浏览代码

docs: remove duplicate line in "Understand the architecture"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 00e84ca4d20ef35ab1bdc83889afbf3374ee9745)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 9 年之前
父节点
当前提交
4bf3f74126
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/understanding-docker.md

+ 1 - 2
docs/understanding-docker.md

@@ -214,8 +214,7 @@ In order, Docker Engine does the following:
 - **Pulls the `ubuntu` image:** Docker Engine checks for the presence of the `ubuntu`
 - **Pulls the `ubuntu` image:** Docker Engine checks for the presence of the `ubuntu`
 image. If the image already exists, then Docker Engine uses it for the new container.
 image. If the image already exists, then Docker Engine uses it for the new container.
 If it doesn't exist locally on the host, then Docker Engine pulls it from
 If it doesn't exist locally on the host, then Docker Engine pulls it from
-[Docker Hub](https://hub.docker.com). If the image already exists, then Docker Engine
-uses it for the new container.
+[Docker Hub](https://hub.docker.com).
 - **Creates a new container:** Once Docker Engine has the image, it uses it to create a
 - **Creates a new container:** Once Docker Engine has the image, it uses it to create a
 container.
 container.
 - **Allocates a filesystem and mounts a read-write _layer_:** The container is created in
 - **Allocates a filesystem and mounts a read-write _layer_:** The container is created in