Merge pull request #26292 from lixiaobing10051267/masterDockerPull

modify output info for docker pull centos
This commit is contained in:
Vincent Demeester 2016-09-05 15:44:01 +02:00 коммит произвёл GitHub
Родитель 8f424f7774 6becc1a577
Коммит 175188d8b0
1 изменённых файлов: 7 добавлений и 8 удалений

Просмотреть файл

@ -89,14 +89,13 @@ download the `centos` image.
$ docker pull centos $ docker pull centos
Pulling repository centos Using default tag: latest
b7de3133ff98: Pulling dependent layers latest: Pulling from library/centos
5cc9e91966f7: Pulling fs layer f1b10cd84249: Pull complete
511136ea3c5a: Download complete c852f6d61e65: Pull complete
ef52fb1fe610: Download complete 7322fbe74aa5: Pull complete
. . . Digest: sha256:90305c9112250c7e3746425477f1c4ef112b03b4abe78c612e092037bfecc3b7
Status: Downloaded newer image for centos:latest
Status: Downloaded newer image for centos
You can see that each layer of the image has been pulled down and now you You can see that each layer of the image has been pulled down and now you
can run a container from this image and you won't have to wait to can run a container from this image and you won't have to wait to