Updated docker content.md to reflect updated docker privilege URL

This commit is contained in:
Josh 2017-03-09 23:53:39 +11:00
parent da0aeb6f9e
commit b798881945
1 changed files with 1 additions and 1 deletions

View File

@ -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).