Merge pull request #6349 from chrismckinnel/master

Fix some bullet points so they render correctly.
This commit is contained in:
James Turnbull 2014-06-11 06:54:44 -07:00
commit a092f979d4
1 changed files with 4 additions and 2 deletions

View File

@ -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 set of steps we call *instructions*. Each instruction creates a new layer in our
image. Instructions include actions like: image. Instructions include actions like:
* Run a command. * Add a file or directory. * Create an environment variable. * * Run a command.
What process to run when launching a container from this image. * 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 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 `Dockerfile` when you request a build of an image, executes the instructions, and