Fix spelling in Getting started, step two

This commit is contained in:
Roland Illig 2016-10-29 01:39:38 +02:00 committed by GitHub
parent 14a611f87e
commit d69c0184eb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ When you ran the command, Docker Engine:
* downloaded the image from the Docker Hub (more about the hub later)
* loaded the image into the container and "ran" it
Depending on how it was built, an image might run a simple, single command and then exit. This is what `Hello-World` did.
Depending on how it was built, an image might run a simple, single command and then exit. This is what `hello-world` did.
A Docker image, though, is capable of much more. An image can start software as complex as a database, wait for you (or someone else) to add data, store the data for later use, and then wait for the next person.