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
Information is incorrect
In content/manuals/engine/daemon/proxy.md the proxies are defined with scheme.
Actually it does only work without scheme.
https://docs.docker.com/engine/daemon/proxy/#daemon-configuration
{ "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" } }
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
is this true @thaJeztah ?
No branches or pull requests
Is this a docs issue?
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"
}
}
The text was updated successfully, but these errors were encountered: