We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb68e08 commit ca899d9Copy full SHA for ca899d9
README.md
@@ -25,8 +25,12 @@ outside of Dinghy, this proxy now supports running standalone.
25
26
### OS X
27
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:
+You'll need the IP of your VM:
+
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:
34
35
docker run -d --restart=always \
36
-v /var/run/docker.sock:/tmp/docker.sock:ro \
0 commit comments