mirror of https://github.com/docker/docs.git
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:
parent
58dc474e65
commit
adc9a14db4
|
@ -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
|
||||
application.
|
||||
|
||||
Lastly, we've specified a command for our container to run: `python
|
||||
app.py`. This launches our web application.
|
||||
Lastly, we've specified a command for our container to run: `python app.py`.
|
||||
This launches our web application.
|
||||
|
||||
> **Note:**
|
||||
> You can see more detail on the `docker run` command in the [command
|
||||
|
|
Loading…
Reference in New Issue