Skip to content

Instantly share code, notes, and snippets.

@mmyjona
Created May 21, 2016 20:07
Show Gist options
  • Save mmyjona/f7dd60dff5219be07c9594a04cca4093 to your computer and use it in GitHub Desktop.
Save mmyjona/f7dd60dff5219be07c9594a04cca4093 to your computer and use it in GitHub Desktop.
docker with proxy
docker-machine create -d virtualbox --engine-env HTTP_PROXY=http://192.168.99.1:7007 --engine-env HTTPS_PROXY=https://192.168.99.1:7007 --engine-opt dns=8.8.8.8 dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment