소스 검색

Merge pull request #15278 from campoy/14558-break-long-command

Break long command to avoid cropping
Sebastiaan van Stijn 10 년 전
부모
커밋
c26c1eb8ba
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/installation/mac.md

+ 2 - 1
docs/installation/mac.md

@@ -345,7 +345,8 @@ The next exercise demonstrates how to do this.
 
 5. Start a new `nginx` container and replace the `html` folder with your `site` directory.
 
-        $ docker run -d -P -v $HOME/site:/usr/share/nginx/html --name mysite nginx
+        $ docker run -d -P -v $HOME/site:/usr/share/nginx/html \
+          --name mysite nginx
 
 6. Get the `mysite` container's port.