Kaynağa Gözat

Break long command to avoid cropping

Fixes docker/docker#14558

Signed-off-by: Francesc Campoy <campoy@google.com>
Francesc Campoy 10 yıl önce
ebeveyn
işleme
16b5b6e49f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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.
 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.
 6. Get the `mysite` container's port.