2019-08-07 02:11:13 +08:00
|
|
|
% runc-list "8"
|
|
|
|
|
2016-03-03 08:18:17 +08:00
|
|
|
# NAME
|
|
|
|
runc list - lists containers started by runc with the given root
|
|
|
|
|
|
|
|
# SYNOPSIS
|
2016-07-19 08:56:25 +08:00
|
|
|
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
|
2016-03-03 08:18:17 +08:00
|
|
|
|
|
|
|
# OPTIONS
|
2019-08-07 02:11:13 +08:00
|
|
|
--format value, -f value select one of: table or json (default: "table")
|
|
|
|
--quiet, -q display only container IDs
|