Tips and Tricks
January 15, 2017 ยท View on GitHub
As a convenience you can add the docker-machine IP to your /etc/hosts file:
$ echo $(docker-machine ip) dockerhost | sudo tee -a /etc/hosts
Now you can navigate to http://dockerhost from your host