mirror of https://github.com/docker/cli.git
Provide correct command imformation and URL
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
fbfe077b1e
commit
30f009076e
|
@ -6,6 +6,6 @@ All displayed information is from host's point of view.
|
||||||
|
|
||||||
Run **docker container top** with the ps option of -x:
|
Run **docker container top** with the ps option of -x:
|
||||||
|
|
||||||
$ docker top 8601afda2b -x
|
$ docker container top 8601afda2b -x
|
||||||
PID TTY STAT TIME COMMAND
|
PID TTY STAT TIME COMMAND
|
||||||
16623 ? Ss 0:00 sleep 99999
|
16623 ? Ss 0:00 sleep 99999
|
||||||
|
|
|
@ -2,5 +2,5 @@ The `docker container unpause` command un-suspends all processes in a container.
|
||||||
On Linux, it does this using the cgroups freezer.
|
On Linux, it does this using the cgroups freezer.
|
||||||
|
|
||||||
See the [cgroups freezer documentation]
|
See the [cgroups freezer documentation]
|
||||||
(https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt) for
|
(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt) for
|
||||||
further details.
|
further details.
|
||||||
|
|
Loading…
Reference in New Issue