github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/man/runc-ps.8.md (about) 1 # NAME 2 runc ps - ps displays the processes running inside a container 3 4 # SYNOPSIS 5 runc ps [command options] <container-id> [-- ps options] 6 7 # OPTIONS 8 --format value, -f value select one of: table(default) or json 9 10 The default format is table. The following will output the processes of a container 11 in json format: 12 13 # runc ps -f json