2016-05-24 18:52:29 +08:00
|
|
|
# NAME
|
|
|
|
runc ps - ps displays the processes running inside a container
|
|
|
|
|
|
|
|
# SYNOPSIS
|
2016-07-06 11:46:22 +08:00
|
|
|
runc ps [command options] <container-id> [-- ps options]
|
2016-05-24 18:52:29 +08:00
|
|
|
|
|
|
|
# OPTIONS
|
2016-05-28 13:33:57 +08:00
|
|
|
--format value, -f value select one of: table(default) or json
|
2016-05-24 18:52:29 +08:00
|
|
|
|
|
|
|
The default format is table. The following will output the processes of a container
|
|
|
|
in json format:
|
|
|
|
|
|
|
|
# runc ps -f json
|