Expected behavior
want to build, run a container that operates through my corporate proxy
Actual behavior
the container will build but does not connect to the internet.
I know that the docker for mac uses your local network settings for proxy. my issue is that mine is a pac file.
I was wondering what the best practice is for building and running a container that operates with the proxy. I have tried using ENV variables in my container or the --build-args for HTTP_PROXY and so forth. wondering if there is a better way.
thanks.