diff options
| author | Nathan Hsieh <hsieh.nathan@gmail.com> | 2014-09-03 17:02:58 -0700 |
|---|---|---|
| committer | Nathan Hsieh <hsieh.nathan@gmail.com> | 2014-09-03 17:02:58 -0700 |
| commit | d239eb0d22338695887d495dd12af4c53ba2455d (patch) | |
| tree | 47efedbfbeb06cd81461766a677c42614a0db900 | |
| parent | 58dc474e6546e6ae9e4ebd06e9fd844442fea271 (diff) | |
| download | docker-typofix.tar.gz | |
small typo. wrapping cut code snippet Docker-DCO-1.1-Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com> (github: nhsiehgit)typofix
| -rw-r--r-- | docs/sources/userguide/usingdocker.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md index ea13122fd6..40229d4ab6 100644 --- a/docs/sources/userguide/usingdocker.md +++ b/docs/sources/userguide/usingdocker.md @@ -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 |
