We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa40216 + 298e679 commit 6802122Copy full SHA for 6802122
docs/reference/commandline/dockerd.md
@@ -1252,9 +1252,11 @@ This is a full example of the allowed configuration options on Linux:
1252
"fixed-cidr-v6": "",
1253
"group": "",
1254
"hosts": [],
1255
- "http-proxy": "http://proxy.example.com:80",
1256
- "https-proxy": "https://proxy.example.com:443",
1257
- "no-proxy": "*.test.example.com,.example.org",
+ "proxies": {
+ "http-proxy": "http://proxy.example.com:80",
+ "https-proxy": "https://proxy.example.com:443",
1258
+ "no-proxy": "*.test.example.com,.example.org",
1259
+ },
1260
"icc": false,
1261
"init": false,
1262
"init-path": "/usr/libexec/docker-init",
0 commit comments