Created
May 21, 2016 20:07
-
-
Save mmyjona/f7dd60dff5219be07c9594a04cca4093 to your computer and use it in GitHub Desktop.
docker with proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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