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