Skip to content

Instantly share code, notes, and snippets.

@felubra
Created February 5, 2018 13:12
Show Gist options
  • Save felubra/896b4df2210b34ea9b479f7c2737c686 to your computer and use it in GitHub Desktop.
Save felubra/896b4df2210b34ea9b479f7c2737c686 to your computer and use it in GitHub Desktop.
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