cri-o/vendor/github.com/opencontainers/runc/man/runc-list.8.md
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08: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.