Browse code

docs: remove duplicate line in "Understand the architecture"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/04/26 06:16:49
Showing 1 changed files
... ...
@@ -214,8 +214,7 @@ In order, Docker Engine does the following:
214 214
 - **Pulls the `ubuntu` image:** Docker Engine checks for the presence of the `ubuntu`
215 215
 image. If the image already exists, then Docker Engine uses it for the new container.
216 216
 If it doesn't exist locally on the host, then Docker Engine pulls it from
217
-[Docker Hub](https://hub.docker.com). If the image already exists, then Docker Engine
218
-uses it for the new container.
217
+[Docker Hub](https://hub.docker.com).
219 218
 - **Creates a new container:** Once Docker Engine has the image, it uses it to create a
220 219
 container.
221 220
 - **Allocates a filesystem and mounts a read-write _layer_:** The container is created in