From f04aa87e434b4fa248a6cd1f35e5af623189df4c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 19 Mar 2016 12:10:04 +0100 Subject: Adding short and full list format to container list command. Signed-off-by: Daniel Baumann --- share/man/container-list.1.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'share/man/container-list.1.txt') 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 -- cgit v1.2.3