1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix some bullet points so they render correctly.

This commit is contained in:
chrismckinnel 2014-06-11 11:44:30 +01:00
parent 4cf40c968f
commit a247af9c97

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
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