small typo. fixed broken code snippet

Docker-DCO-1.1-Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com> (github: nhsiehgit)
This commit is contained in:
Nathan Hsieh 2014-09-03 17:53:45 -07:00
parent 58dc474e65
commit adc9a14db4
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ We've specified an image: `training/webapp`. This image is a
pre-built image we've created that contains a simple Python Flask web pre-built image we've created that contains a simple Python Flask web
application. application.
Lastly, we've specified a command for our container to run: `python Lastly, we've specified a command for our container to run: `python app.py`.
app.py`. This launches our web application. This launches our web application.
> **Note:** > **Note:**
> You can see more detail on the `docker run` command in the [command > You can see more detail on the `docker run` command in the [command