From 4e526a616e642e8849b4f12c4edf65d89816ffb7 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Sat, 3 Sep 2016 22:27:18 +0800
Subject: [PATCH] modify output info for docker pull centos
Signed-off-by: lixiaobing10051267
Upstream-commit: 6becc1a5774e391a3dcade645cdeff46577bf6fa
Component: engine
---
components/engine/docs/tutorials/dockerimages.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/components/engine/docs/tutorials/dockerimages.md b/components/engine/docs/tutorials/dockerimages.md
index 34d66fdf79..555f1195ca 100644
--- a/components/engine/docs/tutorials/dockerimages.md
+++ b/components/engine/docs/tutorials/dockerimages.md
@@ -89,14 +89,13 @@ download the `centos` image.
$ docker pull centos
- Pulling repository centos
- b7de3133ff98: Pulling dependent layers
- 5cc9e91966f7: Pulling fs layer
- 511136ea3c5a: Download complete
- ef52fb1fe610: Download complete
- . . .
-
- Status: Downloaded newer image for centos
+ Using default tag: latest
+ latest: Pulling from library/centos
+ f1b10cd84249: Pull complete
+ c852f6d61e65: Pull complete
+ 7322fbe74aa5: Pull complete
+ Digest: sha256:90305c9112250c7e3746425477f1c4ef112b03b4abe78c612e092037bfecc3b7
+ Status: Downloaded newer image for centos:latest
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