1NAME() NAME()
23
4
5
runc ps - ps displays the processes running inside a container
67
8
SYNOPSIS
10runc ps [command options] <container-id> [ps options]
1112
13
OPTIONS
15--format value, -f value select one of: table(default) or json
1617
18
The default format is table. The following will output the processes
19of a container in json format:
2021
22
# runc ps -f json <container-id>
2324
25
26
27
NAME()