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