diff options
Diffstat (limited to 'doc/source/command-objects/container.rst')
| -rw-r--r-- | doc/source/command-objects/container.rst | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst index 3372f4d9..3e52d56b 100644 --- a/doc/source/command-objects/container.rst +++ b/doc/source/command-objects/container.rst @@ -89,6 +89,26 @@ Save container contents locally Container to save +container set +------------- + +Set container properties + +.. program:: container set +.. code:: bash + + os container set + [<container>] + [--property <key=value> [...] ] + +.. describe:: <container> + + Container to modify + +.. option:: --property <key=value> + + Set a property on this container (repeat option to set multiple properties) + container show -------------- @@ -103,3 +123,23 @@ Display container details .. describe:: <container> Container to display + +container unset +--------------- + +Unset container properties + +.. program:: container unset +.. code:: bash + + os container unset + [<container>] + [--property <key>] + +.. describe:: <container> + + Container to modify + +.. option:: --property <key> + + Property to remove from container (repeat option to remove multiple properties) |
