-
Notifications
You must be signed in to change notification settings - Fork 2
Promote
Dmitry Shihovtsev edited this page Jan 16, 2017
·
3 revisions
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.