From a247af9c97be92f91242db51f4a9545db1bda702 Mon Sep 17 00:00:00 2001 From: chrismckinnel Date: Wed, 11 Jun 2014 11:44:30 +0100 Subject: [PATCH] Fix some bullet points so they render correctly. --- docs/sources/introduction/understanding-docker.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/introduction/understanding-docker.md b/docs/sources/introduction/understanding-docker.md index 815e8cc3df..7d4cea9eaa 100644 --- a/docs/sources/introduction/understanding-docker.md +++ b/docs/sources/introduction/understanding-docker.md @@ -162,8 +162,10 @@ 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: -* Run a command. * Add a file or directory. * Create an environment variable. * -What process to run when launching a container from this image. +* Run a command. +* Add a file or directory. +* Create an environment variable. +* What process to run when launching a container from this image. These instructions are stored in a file called a `Dockerfile`. Docker reads this `Dockerfile` when you request a build of an image, executes the instructions, and