mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #7876 from nhsiehgit/typofix
small typo. wrapping cut code snippet
This commit is contained in:
commit
bc26aa7b50
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue