From abaf711e249c36b5fe75439691609c09fb9ef141 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 11 Sep 2015 00:00:00 -0500 Subject: add support for set/unset of container properties include docs and commands to set and unset container properties Partial-Bug: #1501945 Change-Id: I8d7e8cf356a2321a37ed940c4e10cae411b94dfd --- doc/source/command-objects/container.rst | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'doc/source/command-objects') 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 + [] + [--property [...] ] + +.. describe:: + + Container to modify + +.. option:: --property + + Set a property on this container (repeat option to set multiple properties) + container show -------------- @@ -103,3 +123,23 @@ Display container details .. describe:: Container to display + +container unset +--------------- + +Unset container properties + +.. program:: container unset +.. code:: bash + + os container unset + [] + [--property ] + +.. describe:: + + Container to modify + +.. option:: --property + + Property to remove from container (repeat option to remove multiple properties) -- cgit v1.2.1