Skip to content

Promote

Dmitry Shihovtsev edited this page Jan 16, 2017 · 3 revisions

Promote

promote <container> - promote Subutai container to a template

Options:

--source, -s "<container>"	            set source container for promoting. Note: source container will be stopped and started.

Example:

subutai promote container1

Description:

The promote binding turns a Subutai container into container template which may be cloned with "clone" command. Promote executes several simple steps, such as dropping a container's configuration to default values, dumping the list of installed packages (this step requires the target container to still be running), and setting the container's filesystem to read-only to prevent changes.

Clone this wiki locally