1runc-list(8) System Manager's Manual runc-list(8)
2
3
4
6 runc list - lists containers started by runc with the given root
7
8
9
11 runc list [command options]
12
13
14
16 Where the given root is specified via the global option "--root"
17 (default: "/run/runc").
18
19
20 To list containers created via the default "--root":
21 # runc list
22
23
24 To list containers created using a non-default value for "--root":
25 # runc --root value list
26
27
28
30 --format value, -f value select one of: table or json (default: "table")
31 --quiet, -q display only container IDs
32
33
34
35
36 runc-list(8)