Merge pull request #4309 from thaJeztah/fix_daemon_proxy

This commit is contained in:
Sebastiaan van Stijn 2023-05-19 17:50:40 +02:00 committed by GitHub
commit 5be21394cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1252,9 +1252,11 @@ This is a full example of the allowed configuration options on Linux:
"fixed-cidr-v6": "", "fixed-cidr-v6": "",
"group": "", "group": "",
"hosts": [], "hosts": [],
"http-proxy": "http://proxy.example.com:80", "proxies": {
"https-proxy": "https://proxy.example.com:443", "http-proxy": "http://proxy.example.com:80",
"no-proxy": "*.test.example.com,.example.org", "https-proxy": "https://proxy.example.com:443",
"no-proxy": "*.test.example.com,.example.org",
},
"icc": false, "icc": false,
"init": false, "init": false,
"init-path": "/usr/libexec/docker-init", "init-path": "/usr/libexec/docker-init",