summaryrefslogtreecommitdiffstats
path: root/share/man/container-list.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/container-list.1.txt')
-rw-r--r--share/man/container-list.1.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index 5474da4..8ac59c2 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).
@@ -50,7 +50,7 @@ The following container options are available:
*-h, --host='HOSTNAME'*::
List only container that are enabled for automatic start on the specified hostname. Defaults to list containers of the local system only. Using 'all' shows all container regardless of any automatic start configuration.
-*-h, --other*::
+*-o, --other*::
List only container that are not enable for automatic start on the current system.
*-s, --started*::
@@ -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
@@ -78,7 +84,7 @@ More information about container-tools and the Open Infrastructure project can b
BUGS
----
-Bugs can be reported by opening an issue in the GitHub repository at https://github.com/open-infrastructure/container-tools.
+Bugs can be reported by sending a bug report to the Debian Bug Tracking System at https://bugs.debian.org.
AUTHORS