From 1d0e8aa25cd6fa974892c397fe46ae21efd03fb1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 16 Jun 2016 08:10:09 +0200 Subject: Showing only local containers by default in container list command. Signed-off-by: Daniel Baumann --- share/man/container-list.1.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 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 5474da4..0e3ea8a 100644 --- a/share/man/container-list.1.txt +++ b/share/man/container-list.1.txt @@ -39,10 +39,10 @@ The container list command lists container on the system. OPTIONS ------- -The following container options are available: +The following container options are available, defaults to *--started --stopped*: *-a, --all*:: - List all available container. + List all available container (started, stopped, and other). *-f, --format='FORMAT'*:: Use format to list container. Currently available formats are 'short' or 'full' (default). @@ -61,8 +61,14 @@ The following container options are available: EXAMPLES -------- -*List all started container on the the system as a machine-readable list:*:: - sudo container list --all --format=short +*List all started and stopped containers of the local system:*:: + sudo container list + +*List all started and stopped containers of the local system as a machine-readable list:*:: + sudo container list -f short + +*List all started and other containers:*:: + sudo container list -s -o SEE ALSO -- cgit v1.2.3