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

Docker Proxy docs are wrong #21811

Open
1 task done
iekadou opened this issue Jan 14, 2025 · 2 comments
Open
1 task done

Docker Proxy docs are wrong #21811

iekadou opened this issue Jan 14, 2025 · 2 comments
Labels
status/triage Needs triage

Comments

@iekadou
Copy link

iekadou commented Jan 14, 2025

Is this a docs issue?

  • My issue is about the documentation content or website

Type of issue

Information is incorrect

Description

In content/manuals/engine/daemon/proxy.md the proxies are defined with scheme.

Actually it does only work without scheme.

Location

https://docs.docker.com/engine/daemon/proxy/#daemon-configuration

Suggestion

{
"proxies": {
"http-proxy": "proxy.example.com:3128",
"https-proxy": "proxy.example.com:3129",
"no-proxy": "*.test.example.com,.example.org,127.0.0.0/8"
}
}

@iekadou iekadou added the status/triage Needs triage label Jan 14, 2025
@semicolony
Copy link

+1

@dvdksn
Copy link
Collaborator

dvdksn commented Jan 14, 2025

is this true @thaJeztah ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Needs triage
Projects
None yet
Development

No branches or pull requests

3 participants