Update 3_prepare_the_app.md (#2452)

This commit is contained in:
Wang Jie 2017-03-24 01:21:00 +08:00 committed by John Mulhausen
parent a9e848935c
commit 75017c729f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $ cd dockercloud-quickstart-go
## Build the application
*Skip the following step if you don't have Docker Engine installed locally*
*Skip the following step if you don't have Docker Engine installed locally.*
Next, we have to build this application to create an image. Run the following command to build the app. This creates a Docker image and tags it with whatever follows the word `tag`. Tag the image either `quickstart-python` or `quickstart-go` depending on which quickstart you are using.