Просмотр исходного кода

Merge pull request #29025 from lixiaobing10051267/masterManUrl2

rectify several wrong URLs in branch of man
Sebastiaan van Stijn 8 лет назад
Родитель
Сommit
c34efaeca0
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      man/docker-login.1.md
  2. 1 1
      man/docker-pause.1.md
  3. 1 1
      man/docker-unpause.1.md
  4. 1 1
      man/docker-version.1.md

+ 1 - 1
man/docker-login.1.md

@@ -20,7 +20,7 @@ do not specify a `SERVER`, the command uses Docker's public registry located at
 `docker login` requires user to use `sudo` or be `root`, except when:
 `docker login` requires user to use `sudo` or be `root`, except when:
 
 
 1.  connecting to  a remote daemon, such as a `docker-machine` provisioned `docker engine`.
 1.  connecting to  a remote daemon, such as a `docker-machine` provisioned `docker engine`.
-2.  user is added to the `docker` group.  This will impact the security of your system; the `docker` group is `root` equivalent.  See [Docker Daemon Attack Surface](https://docs.docker.com/articles/security/#docker-daemon-attack-surface) for details.
+2.  user is added to the `docker` group.  This will impact the security of your system; the `docker` group is `root` equivalent.  See [Docker Daemon Attack Surface](https://docs.docker.com/engine/articles/security/#docker-daemon-attack-surface) for details.
 
 
 You can log into any public or private repository for which you have
 You can log into any public or private repository for which you have
 credentials.  When you log in, the command stores encoded credentials in
 credentials.  When you log in, the command stores encoded credentials in

+ 1 - 1
man/docker-pause.1.md

@@ -18,7 +18,7 @@ that it is being suspended, and subsequently resumed. On Windows, only Hyper-V
 containers can be paused.
 containers can be paused.
 
 
 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.
 
 
 # OPTIONS
 # OPTIONS

+ 1 - 1
man/docker-unpause.1.md

@@ -14,7 +14,7 @@ The `docker 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.
 
 
 # OPTIONS
 # OPTIONS

+ 1 - 1
man/docker-version.1.md

@@ -59,4 +59,4 @@ To view all available fields, you can use the format `{{json .}}`.
 # HISTORY
 # HISTORY
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
 June 2015, updated by John Howard <jhoward@microsoft.com>
 June 2015, updated by John Howard <jhoward@microsoft.com>
-June 2015, updated by Patrick Hemmer <patrick.hemmer@gmail.com
+June 2015, updated by Patrick Hemmer <patrick.hemmer@gmail.com>