Merge pull request #1620 from shubheksha/patch-1

Fix minor typo in step_four.md
This commit is contained in:
Misty Stanley-Jones 2017-02-13 16:47:15 -08:00 committed by GitHub
commit 99767cb51f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ each message means.
was created by this step. Each line in a Dockerfile corresponds to a layer
in the image. Your ID will be different.
3. Docker starts up temporary container running the `whalesay` image (the
3. Docker starts up a temporary container running the `whalesay` image (the
`Running in` line below). In the temporary container, Docker runs the next
command in the Dockerfile, which is the `RUN` command, which installs the
`fortune` command. This generates a lot of lines of output, just like you