- config:cancel — cancels the changes to the configuration being edited
- config:delete — deletes a configuration from the container
- config:edit — begins an editing session for a configuration. If the configuration does not exist a new configuration is created.
- config:list — lists the existing configurations for the container
- config:propappend — appends the given value to an existing property or creates the property with the specified name and value
- config:propdel — deletes a property from the configuration being edited
- config:proplist — lists the properties in the configuration being edited
- config:propset — sets a property in the configuration being edited
- config:update — saves the changes made to the configuration being edited and propagates then to the container
The config commands are used for managing container configuration. The configuration
data is edited in two stages. First the changes are queued until they are dynamically loaded
into the container by executing the config:update command. A copy of the
configuration is persisted to the file system in the container's etc
folder.
When editing a configuration the commands are used as follows:
Start the editing session for the specified configuration.
config:edit
Edits, or creates, a configuration.
config:proplist
Lists the properties in the configuration.
config:propappend
Append a new property to the configuration.
config:propset
Sets the value for a configuration property.
config:propdel
Deletes a property from the configuration.
config:update
Saves the changes and updates the containers using the configuration.
You can abandon an editing session using config:cancel.
Type config: then press Tab at the prompt to view
the available commands.







