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.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index 962d782..d964c4e 100644
--- a/share/man/container-list.1.txt
+++ b/share/man/container-list.1.txt
@@ -50,7 +50,7 @@ The following container options are available, defaults to *--started --stopped*
Specify custom CSV separator, defaults to ','.
*-f, --format='FORMAT'*::
- Use format to list container. Currently available formats are 'cli' (default), 'csv', 'json', 'nwdiag', 'shell', or 'yaml'.
+ Use format to list container. Currently available formats are 'cli' (default), 'csv', 'json', 'nwdiag', 'shell', 'yaml', or 'xml'.
*-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.
@@ -96,6 +96,9 @@ EXAMPLES
*Create a YAML export of all started and stopped containers:*::
sudo container list -f yaml
+*Create a XML export of all started and stopped containers:*::
+ sudo container list -f xml
+
SEE ALSO
--------