Merge pull request #377 from rillig/patch-1

Fix spelling in Getting started, step two
This commit is contained in:
John Mulhausen 2016-10-28 17:12:26 -07:00 committed by GitHub
commit a553ea8e8f
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.