mirror of https://github.com/docker/docs.git
merged conflicting commits
Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
This commit is contained in:
parent
0d5daa4a8f
commit
8ceb213b3e
|
@ -114,8 +114,7 @@ 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 app.py`.
|
Lastly, we've specified a command for our container to run: `python 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
|
||||||
|
|
Loading…
Reference in New Issue