containerd/vendor/github.com/opencontainers/runc/man/runc-list.8.md
Marcos Lilljedahl d5742209d3 Switch to new vendor directory layout
Fixes #113

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2016-03-16 01:56:22 -03:00

336 B

NAME

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

SYNOPSIS

runc list [command options] [arguments...]

DESCRIPTION

The default format is table. The following will output the list of containers in json format:

# runc list -f json

OPTIONS

--format, -f select one of: table or json.