Skip to content

Commit ca899d9

Browse files
committed
Docker for Mac instructions
1 parent fb68e08 commit ca899d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ outside of Dinghy, this proxy now supports running standalone.
2525

2626
### OS X
2727

28-
You'll need the IP of your VM. You can run `docker-machine ip <machine_name>` to
29-
get the IP if using docker-machine. Then start the proxy:
28+
You'll need the IP of your VM:
29+
30+
* For docker-machine, run `docker-machine ip <machine_name>` to get the IP.
31+
* For Docker for Mac, you can use `127.0.0.1` as the IP, since it forwards docker ports to the host machine.
32+
33+
Then start the proxy:
3034

3135
docker run -d --restart=always \
3236
-v /var/run/docker.sock:/tmp/docker.sock:ro \

0 commit comments

Comments
 (0)