Преглед изворни кода

Merge pull request #852 from JoshKellyVFX/master

Updated docker content.md to reflect updated docker privilege URL
yosifkit пре 8 година
родитељ
комит
3d576c74c1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docker/content.md

+ 1 - 1
docker/content.md

@@ -24,7 +24,7 @@ If you are still convinced that you need Docker-in-Docker and not just access to
 $ docker run --privileged --name some-docker -d docker:1.8-dind
 ```
 
-**Note:** `--privileged` is required for Docker-in-Docker to function properly, but it should be used with care as it provides full access to the host environment, as explained [in the relevant section of the Docker documentation](https://docs.docker.com/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration).
+**Note:** `--privileged` is required for Docker-in-Docker to function properly, but it should be used with care as it provides full access to the host environment, as explained [in the relevant section of the Docker documentation](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
 
 This image includes `EXPOSE 2375` (the Docker port), so standard container linking will make it automatically available to the linked containers (as the following examples illustrate).