Created
February 5, 2018 13:12
-
-
Save felubra/896b4df2210b34ea9b479f7c2737c686 to your computer and use it in GitHub Desktop.
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://proxy.com:8080 \ | |
--engine-env HTTPS_PROXY=https://proxy.com:8080 \ | |
--engine-env NO_PROXY=example.com \ | |
default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment