Hi @fraziern,
Are you running Docker for Mac or Docker Toolbox? Depending on which you're using, you'll need to map dockerhost to a different address in /etc/hosts.
- If you're using Docker for Mac, the first two steps of the latest dev setup instructions cover what you need to do
- If you're on using Docker Toolbox, you'll need to:
- Find out what IP address docker-machine is running on using
docker-machine ip dev - Add
<DOCKER_IP> dockerhostto your/etc/hostsfile.
- Find out what IP address docker-machine is running on using