We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docker daemon.json generated file has the wrong proxy settings: My envs:
http_proxy=proxyserver.example.com https_proxy=proxyserver.example.com no_proxy=internal.example.com,internal2.example.com
Generated daemon.json:
{ .... "http-proxy": "http://proxyserver.example.com:8080", "https-proxy": "http://proxyserver.example.com:8080", "no-proxy": "http://proxyserver.example.com:8080" }
The correct way 1 expect the proxies fields which includes http-proxy, https-proxy and no-proxy. Anyway, the no-proxy field is wrong.
No response
colima status
https://docs.docker.com/config/daemon/systemd/#httphttps-proxy ↩
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
The docker daemon.json generated file has the wrong proxy settings:
My envs:
Generated daemon.json:
The correct way 1 expect the proxies fields which includes http-proxy, https-proxy and no-proxy. Anyway, the no-proxy field is wrong.
Version
No response
Operating System
Output of
colima status
No response
Reproduction Steps
Expected behaviour
No response
Additional context
No response
Footnotes
https://docs.docker.com/config/daemon/systemd/#httphttps-proxy ↩
The text was updated successfully, but these errors were encountered: