Skip to content

Instantly share code, notes, and snippets.

@Johnz86
Created November 30, 2016 14:33
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 Johnz86/ca07933c18f5850eb0e58f5a8857e4ba to your computer and use it in GitHub Desktop.
Save Johnz86/ca07933c18f5850eb0e58f5a8857e4ba to your computer and use it in GitHub Desktop.
Set proxy settings to default docker-machine when using docker-toolbox on windows 7.
docker-machine ssh default "sudo sh -c \"echo 'export http_proxy=http://194.138.0.3:9400' >> /var/lib/boot2docker/profile \""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment