From 99082de9ada13a5898e769c176a88488d310b1a4 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Mon, 18 Aug 2014 15:31:37 -0400 Subject: [PATCH] Fixes "note" blockquote too long [doc, minor] A "note" block includes too much text, so if you skip over it the next paragraph makes zero sense. --- docs/sources/introduction/understanding-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/introduction/understanding-docker.md b/docs/sources/introduction/understanding-docker.md index 8cdab02c4c..9448f68d8b 100644 --- a/docs/sources/introduction/understanding-docker.md +++ b/docs/sources/introduction/understanding-docker.md @@ -157,7 +157,7 @@ this as the base of all your web application images. > **Note:** Docker usually gets these base images from > [Docker Hub](https://hub.docker.com). -> + Docker images are then built from these base images using a simple, descriptive set of steps we call *instructions*. Each instruction creates a new layer in our image. Instructions include actions like: