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

Wrong proxy configuration in daemonFile #914

Closed
1 of 5 tasks
mdavino opened this issue Dec 4, 2023 · 0 comments · Fixed by #915
Closed
1 of 5 tasks

Wrong proxy configuration in daemonFile #914

mdavino opened this issue Dec 4, 2023 · 0 comments · Fixed by #915

Comments

@mdavino
Copy link
Contributor

mdavino commented Dec 4, 2023

Description

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.

Version

No response

Operating System

  • macOS Intel <= 13 (Ventura)
  • macOS Intel >= 14 (Sonoma)
  • Apple Silicon <= 13 (Ventura)
  • Apple Silicon >= 14 (Sonoma)
  • Linux

Output of colima status

No response

Reproduction Steps

Expected behaviour

No response

Additional context

No response

Footnotes

  1. https://docs.docker.com/config/daemon/systemd/#httphttps-proxy

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

Successfully merging a pull request may close this issue.

1 participant