From 27d91a55a238599be020f9acb6fb9a198a3d08b8 Mon Sep 17 00:00:00 2001 From: Andrew Kuklewicz Date: Mon, 23 Feb 2015 12:31:52 -0500 Subject: [PATCH] Have docker command use $HOME instead of 'mary' Signed-off-by: Andrew Kuklewicz Upstream-commit: f9bb0afc6c37ea5b6f2d413474c5dcbdd84259f1 Component: engine --- components/engine/docs/sources/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/installation/mac.md b/components/engine/docs/sources/installation/mac.md index 5621bdf918..9850f100ee 100644 --- a/components/engine/docs/sources/installation/mac.md +++ b/components/engine/docs/sources/installation/mac.md @@ -234,7 +234,7 @@ 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 /Users/mary/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.