summaryrefslogtreecommitdiffstats
path: root/share/man/container-list.1.txt
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-12-11 12:34:28 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-12-11 12:34:51 +0000
commitc57f861235add6b95e81c9835e5078452d342e7c (patch)
tree4ed55298f238922ef4edb1ce0304a559fc9c6a41 /share/man/container-list.1.txt
parentReleasing debian version 20161201-1. (diff)
downloadopen-infrastructure-compute-tools-c57f861235add6b95e81c9835e5078452d342e7c.tar.xz
open-infrastructure-compute-tools-c57f861235add6b95e81c9835e5078452d342e7c.zip
Merging upstream version 20161210.
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.txt37
1 files changed, 32 insertions, 5 deletions
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index 5aa9f22..d964c4e 100644
--- a/share/man/container-list.1.txt
+++ b/share/man/container-list.1.txt
@@ -46,12 +46,21 @@ The following container options are available, defaults to *--started --stopped*
*-a, --all*::
List all available container (started, stopped, and other).
+*--csv-separator='SEPARATOR'*::
+ Specify custom CSV separator, defaults to ','.
+
*-f, --format='FORMAT'*::
- Use format to list container. Currently available formats are 'short' or 'full' (default).
+ 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.
+*--nwdiag-color='COLOR'*::
+ Specify custom nwdiag color for the host box, defaults to '#3465a4'.
+
+*--nwdiag-label='LABEL'*::
+ Specify custom nwdiag label for the diagram, defaults to empty.
+
*-o, --other*::
List only container that are not enable for automatic start on the current system.
@@ -66,12 +75,30 @@ EXAMPLES
*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
+*Create a CSV export of all started and stopped containers:*::
+ sudo container list -f csv
+
+*Create a JSON export of all started and stopped containers:*::
+ sudo container list -f json
+
+*Create a nwdiag export of all started and stopped containers:*::
+ sudo container list -f nwdiag
+
+*Create a SVG image via nwdiag of all started and stopped containers:*::
+ sudo container list -f nwdiag | nwdiag -T svg -o cnt-list.svg -
+
+*Create a shell export of all started and stopped containers:*::
+ sudo container list -f shell
+
+*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
--------
@@ -87,7 +114,7 @@ More information about container-tools and the Open Infrastructure project can b
CONTACT
-------
Bug reports, feature requests, help, patches, support and everything else
-are welcome on the Open Infrastructure Software Mailing List software@lists.open-infrastructure.net.
+are welcome on the Open Infrastructure Software Mailing List <software@lists.open-infrastructure.net>.
Debian specific bugs can also be reported in the Debian Bug Tracking System at https://bugs.debian.org.