Skip to content

Commit

Permalink
Provide correct command imformation and URL
Browse files Browse the repository at this point in the history
Signed-off-by: lixiaobing10051267 <[email protected]>
  • Loading branch information
lixiaobing1 committed Jan 6, 2017
1 parent 5259d76 commit d8e6241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/src/container/top.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ All displayed information is from host's point of view.

Run **docker container top** with the ps option of -x:

$ docker top 8601afda2b -x
$ docker container top 8601afda2b -x
PID TTY STAT TIME COMMAND
16623 ? Ss 0:00 sleep 99999
2 changes: 1 addition & 1 deletion man/src/container/unpause.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.

0 comments on commit d8e6241

Please sign in to comment.