summaryrefslogtreecommitdiffstats
path: root/share/man/container-list.1.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-19 11:10:04 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-05-06 11:49:15 +0000
commitf04aa87e434b4fa248a6cd1f35e5af623189df4c (patch)
treeb29d01c13d5d16accb4d2b306f48d9eefc0f7d4f /share/man/container-list.1.txt
parentAdding exit alias for logout in container-shell program. (diff)
downloadcompute-tools-f04aa87e434b4fa248a6cd1f35e5af623189df4c.tar.xz
compute-tools-f04aa87e434b4fa248a6cd1f35e5af623189df4c.zip
Adding short and full list format to container list command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/man/container-list.1.txt')
-rw-r--r--share/man/container-list.1.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index 4dcbd78..e7015b7 100644
--- a/share/man/container-list.1.txt
+++ b/share/man/container-list.1.txt
@@ -39,13 +39,24 @@ The container list command lists container on the system.
OPTIONS
-------
-This command has no options.
+The following container options are available:
+*-a, --all*::
+ List all available container.
+
+*-f, --format='FORMAT'*::
+ Use format to list container. Currently available formats are 'short' or 'full' (default).
+
+*-s, --started*::
+ List only started container.
+
+*-t, --stopped*::
+ List only stopped container.
EXAMPLES
--------
-*List container on the the system:*::
- sudo container list
+*List all started container on the the system as a machine-readable list:*::
+ sudo container list --all --format=short
SEE ALSO