Skip to content

Commit

Permalink
Have docker command use $HOME instead of 'mary'
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Kuklewicz <[email protected]>
  • Loading branch information
kookster committed Feb 23, 2015
1 parent 05ba127 commit f9bb0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/installation/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f9bb0af

Please sign in to comment.