Replace get.docker.io -> get.docker.com and test.docker.io -> test.docker.com

Signed-off-by: Tibor Vass <teabee89@gmail.com>
Upstream-commit: b6e3153734
Component: cli
This commit is contained in:
Tibor Vass
2014-09-23 19:18:09 -04:00
committed by Tibor Vass
parent dcdc597a18
commit 97a4071f4e

View File

@ -1191,8 +1191,8 @@ folder before starting your container.
$ sudo docker run -t -i -v /var/run/docker.sock:/var/run/docker.sock -v ./static-docker:/usr/bin/docker busybox sh
By bind-mounting the docker unix socket and statically linked docker
binary (such as that provided by [https://get.docker.io](
https://get.docker.io)), you give the container the full access to create and
binary (such as that provided by [https://get.docker.com](
https://get.docker.com)), you give the container the full access to create and
manipulate the host's docker daemon.
$ sudo docker run -p 127.0.0.1:80:8080 ubuntu bash