Skip to content

Docker Proxy docs are wrong #21811

Open
Open
@iekadou

Description

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"
}
}

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions