Преглед на файлове

docs: remove duplicate line in "Understand the architecture"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn преди 9 години
родител
ревизия
00e84ca4d2
променени са 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`
 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
-[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
 container.
 - **Allocates a filesystem and mounts a read-write _layer_:** The container is created in