reg/vendor/github.com/opencontainers/runc/man/runc-list.8.md
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00

14 lines
336 B
Markdown

# 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.