I\'m attempting to set up a development environment behind a corporate proxy server with Docker. Try as I might, I cannot get the docker container to talk to the proxy server.>
A couple of comments, after my own experience:
no_proxy
/NO_PROXY
variable (to .company,.sock,localhost,127.0.0.1,::1
)