Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any chance HTTPS_PROXY can be added for us corporate shills? #222

Closed
chrisfarnham opened this issue Oct 29, 2014 · 4 comments
Closed

Any chance HTTPS_PROXY can be added for us corporate shills? #222

chrisfarnham opened this issue Oct 29, 2014 · 4 comments

Comments

@chrisfarnham
Copy link

Same as this issue: #1

Thank you!

@tduffield
Copy link
Contributor

Probably :) It'll happen faster if you can open a PR. Otherwise we'll get to it when we can.

@jperville
Copy link
Contributor

I'm not sure that docker honors the HTTPS_PROXY environment variable at all. I have searched on the https://github.com/docker/docker and found no reference to HTTPS_PROXY in the documentation or in the code.

If it does work then I will be glad to copy/paste my #221 PR to support https_proxy.

@rochacon
Copy link
Contributor

Docker uses http.ProxyFromEnvironment from the Go std library to resolve proxy configuration. This helper function will honor HTTPS_PROXY env var.

I also need this setting, should place a PR soon.

@someara
Copy link
Contributor

someara commented Jul 14, 2015

Should work via docker_service as of 0.40.x

@someara someara closed this as completed Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants