Skip to content

Instantly share code, notes, and snippets.

@npassaro
Created September 2, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npassaro/3ff383d1c71c2cb484d6 to your computer and use it in GitHub Desktop.
Save npassaro/3ff383d1c71c2cb484d6 to your computer and use it in GitHub Desktop.
Put docke IP on /etc/hosts as dockerhost
echo $(docker-machine ip docker-vm) dockerhost | sudo tee -a /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment