From 00e84ca4d20ef35ab1bdc83889afbf3374ee9745 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 25 Apr 2016 23:16:49 +0200 Subject: [PATCH] docs: remove duplicate line in "Understand the architecture" Signed-off-by: Sebastiaan van Stijn --- docs/understanding-docker.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/understanding-docker.md b/docs/understanding-docker.md index 1dba248e0b..9aa13a9b81 100644 --- a/docs/understanding-docker.md +++ b/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