1NAME()                                                                  NAME()
2
3
4
5       runc ps - ps displays the processes running inside a container
6
7
8

SYNOPSIS

10       runc ps [command options] <container-id> [ps options]
11
12
13

OPTIONS

15       --format value, -f value     select one of: table(default) or json
16
17
18       The  default  format is table.  The following will output the processes
19       of a container in json format:
20
21
22              # runc ps -f json <container-id>
23
24
25
26
27                                                                        NAME()
Impressum