You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
This can be easily accomplished using the following command on the OSX host:
sudo route -n add 172.17.0.0/16 `boot2docker ip`
It would be nice if boot2docker did this by default (and maintained the route, as the command doesn't make the route permanent). This would allow you to launch multiple instances of the same service on a host, and be able to access them all on the same port via the IP address returned by 'docker inspect'.