Skip to content

Instantly share code, notes, and snippets.

@rkettelerij
Created August 14, 2015 19:43
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 rkettelerij/2ddc60018cee1155acbe to your computer and use it in GitHub Desktop.
Save rkettelerij/2ddc60018cee1155acbe to your computer and use it in GitHub Desktop.
Add boot2docker IP to your hosts file
echo "$(boot2docker ip 2> /dev/null)" dockerhost | sudo tee -a /private/etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment