소스 검색

merged conflicting commits

Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
Nathan Hsieh 10 년 전
부모
커밋
8ceb213b3e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      docs/sources/userguide/usingdocker.md

+ 1 - 2
docs/sources/userguide/usingdocker.md

@@ -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
 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