cri-o/vendor/github.com/opencontainers/runc/man/runc-list.8.md
Antonio Murdaca c258a2d8f0
bump runc@b263a43430ac6996a4302b891688544225197294
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-02-07 10:57:46 +01:00

541 B

NAME

runc list - lists containers started by runc with the given root

SYNOPSIS

runc list [command options]

EXAMPLE

Where the given root is specified via the global option "--root" (default: "/run/runc").

To list containers created via the default "--root": # runc list

To list containers created using a non-default value for "--root": # runc --root value list

OPTIONS

--format value, -f value select one of: table or json (default: "table") --quiet, -q display only container IDs