diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-19 11:10:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-05-06 11:49:15 +0000 |
commit | f04aa87e434b4fa248a6cd1f35e5af623189df4c (patch) | |
tree | b29d01c13d5d16accb4d2b306f48d9eefc0f7d4f /share/man/container-list.1.txt | |
parent | Adding exit alias for logout in container-shell program. (diff) | |
download | compute-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.txt | 17 |
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 |