mirror of https://github.com/docker/docs.git
Fix small typo in step_four.md. (#1053)
This commit is contained in:
parent
9880cc46f2
commit
fc8bd3ef9d
|
@ -79,7 +79,7 @@ creating an image which runs on Linux.
|
||||||
|
|
||||||
The `whalesay` image is based on Ubuntu, which uses `apt-get` to install
|
The `whalesay` image is based on Ubuntu, which uses `apt-get` to install
|
||||||
packages. These two commands refresh the list of packages available to the
|
packages. These two commands refresh the list of packages available to the
|
||||||
image and install the `fortunes` program into it. The `fortunes` program has
|
image and install the `fortunes` program into it. The `fortunes` program
|
||||||
prints out wise sayings for our whale to say.
|
prints out wise sayings for our whale to say.
|
||||||
|
|
||||||
6. Add a `CMD` statement, which tells the image the final command to run after
|
6. Add a `CMD` statement, which tells the image the final command to run after
|
||||||
|
|
Loading…
Reference in New Issue