diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-05-06 11:58:18 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:46:43 +0000 |
commit | 462ad1d08895d79c60f0a9aa08837858ab2cb683 (patch) | |
tree | c82ac09ae56b78b025b89f9e7374bc8b294c661a /share/man/container-list.1.txt | |
parent | Adding upstream version 20160415. (diff) | |
download | open-infrastructure-compute-tools-462ad1d08895d79c60f0a9aa08837858ab2cb683.tar.xz open-infrastructure-compute-tools-462ad1d08895d79c60f0a9aa08837858ab2cb683.zip |
Adding upstream version 20160501.upstream/20160501
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
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 |