Browse code

Merge pull request #29934 from lixiaobing10051267/masterTop

Provide correct command information and URL

Sebastiaan van Stijn authored on 2017/01/06 23:02:34
Showing 2 changed files
... ...
@@ -6,6 +6,6 @@ All displayed information is from host's point of view.
6 6
 
7 7
 Run **docker container top** with the ps option of -x:
8 8
 
9
-    $ docker top 8601afda2b -x
9
+    $ docker container top 8601afda2b -x
10 10
     PID      TTY       STAT       TIME         COMMAND
11 11
     16623    ?         Ss         0:00         sleep 99999
... ...
@@ -2,5 +2,5 @@ The `docker container unpause` command un-suspends all processes in a container.
2 2
 On Linux, it does this using the cgroups freezer.
3 3
 
4 4
 See the [cgroups freezer documentation]
5
-(https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt) for
5
+(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt) for
6 6
 further details.