.TH NAME .PP docker\-runc ps \- ps displays the processes running inside a container .SH SYNOPSIS .PP docker\-runc ps [command options] [\-\- ps options] .SH OPTIONS .PP \-\-format value, \-f value select one of: table(default) or json .PP The default format is table. The following will output the processes of a container in json format: .PP .RS .nf # docker\-runc ps \-f json .fi .RE