Open supernaut opened 8 years ago
What is your host machine OS? On Ubuntu, you can add export statements to /etc/default/docker
which will add environment variables to your containers. Like this:
export HTTP_PROXY="http://myproxy.example.com:8080"
export HTTPS_PROXY="https://myproxy.example.com:8080"
OS X 10.11.5 (15F34). Vill try that. :)
I can't start the Docker box on a machine behind a proxy. I need to be able to set up proxy when it's needed.