2019-08-07 02:11:13 +08:00
|
|
|
% runc-ps "8"
|
|
|
|
|
2016-05-24 18:52:29 +08:00
|
|
|
# NAME
|
|
|
|
runc ps - ps displays the processes running inside a container
|
|
|
|
|
|
|
|
# SYNOPSIS
|
2019-08-07 02:11:13 +08:00
|
|
|
runc ps [command options] `<container-id>` [ps options]
|
2016-05-24 18:52:29 +08:00
|
|
|
|
|
|
|
# OPTIONS
|
2019-08-07 02:11:13 +08:00
|
|
|
--format value, -f value select one of: table(default) or json
|
2016-05-24 18:52:29 +08:00
|
|
|
|
2019-08-07 02:11:13 +08:00
|
|
|
The default format is table. The following will output the processes of a container
|
2016-05-24 18:52:29 +08:00
|
|
|
in json format:
|
|
|
|
|
2017-02-23 15:34:49 +08:00
|
|
|
# runc ps -f json <container-id>
|