1runc-ps(8) System Manager's Manual runc-ps(8)
23
4
NAME
6runc ps - ps displays the processes running inside a container
78
9
SYNOPSIS
11runc ps [command options] <container-id> [ps options]
1213
14
OPTIONS
16--format value, -f value select one of: table(default) or json
1718
19
20
The default format is table. The following will output the processes of
21a container in json format:
2223
24
# runc ps -f json <container-id>
2526
27
28
29
runc-ps(8)