From 16b5b6e49f3ee1a327216ec9b6fe4b857f3ea7a2 Mon Sep 17 00:00:00 2001 From: Francesc Campoy Date: Mon, 3 Aug 2015 18:21:54 -0700 Subject: [PATCH] Break long command to avoid cropping Fixes docker/docker#14558 Signed-off-by: Francesc Campoy --- docs/installation/mac.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/mac.md b/docs/installation/mac.md index d958a9a687..bc89b68fea 100644 --- a/docs/installation/mac.md +++ b/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.