1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #9322 from javawizard/patch-1

Correct inaccuracy in docker pull documentation
This commit is contained in:
Sven Dowideit 2014-12-01 12:53:33 +10:00
commit 3fce883a95

View file

@ -1199,9 +1199,8 @@ use `docker pull`:
# will pull the debian:latest image, its intermediate layers
# and any aliases of the same id
$ sudo docker pull debian:testing
# will pull the image named ubuntu:trusty, ubuntu:14.04
# which is an alias of the same image
# and any intermediate layers it is based on.
# will pull the image named debian:testing and any intermediate
# layers it is based on.
# (Typically the empty `scratch` image, a MAINTAINER layer,
# and the un-tarred base).
$ sudo docker pull --all-tags centos