TritonDataCenter / sdc-imgapi

SDC internal API for managing OS images
Mozilla Public License 2.0
5 stars 18 forks source link

no_proxy support #11

Open sw00choi opened 7 years ago

sw00choi commented 7 years ago

Triton supports the datacenter behind web proxy server. (https://docs.joyent.com/private-cloud/install/headnode-installation/proxy-support)

If I create a VM in my datacenter (behind web proxy server) and install the docker image registry, then the proxy option should be ignored to connect from the sdc-imgapi(and sdc-docker) to the private docker image registry.

I think support for "no_proxy" option would be helpful for this case.