- bullseye 20210101-1
- testing 20221223-3
- unstable 20221223-3
- experimental 20221223-5
CONTAINER-LIST(1) | Open Infrastructure | CONTAINER-LIST(1) |
NAME¶
container-list - List container on the system
SYNOPSIS¶
container list [OPTIONS] container ls [OPTIONS]
DESCRIPTION¶
The container list command lists container on the system.
OPTIONS¶
The following container options are available, defaults to --started --stopped:
-a, --all
--csv-separator=SEPARATOR
-f, --format=FORMAT
-h, --host=HOSTNAME
--nwdiag-color=COLOR
--nwdiag-label=LABEL
-o, --other
-s, --started
-t, --stopped
EXAMPLES¶
List all started and stopped containers of the local system:
List all started and other containers:
Create a CSV export of all started and stopped containers:
Create a JSON export of all started and stopped containers:
Create a nwdiag export of all started and stopped containers:
Create a SVG image via nwdiag of all started and stopped containers:
Create a shell export of all started and stopped containers:
Create a YAML export of all started and stopped containers:
Create a XML export of all started and stopped containers:
SEE ALSO¶
HOMEPAGE¶
More information about compute-tools and the Open Infrastructure project can be found on the homepage at https://open-infrastructure.net.
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>.
Debian specific bugs can also be reported in the Debian Bug Tracking System at https://bugs.debian.org.
AUTHORS¶
compute-tools were written by Daniel Baumann <daniel.baumann@open-infrastructure.net> and others.
20210101 | compute-tools |