소스 검색

Fix some bullet points so they render correctly.

chrismckinnel 11 년 전
부모
커밋
a247af9c97
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      docs/sources/introduction/understanding-docker.md

+ 4 - 2
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