mirror of https://github.com/docker/cli.git
Merge pull request #4309 from thaJeztah/fix_daemon_proxy
This commit is contained in:
commit
5be21394cb
|
@ -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": [],
|
||||||
|
"proxies": {
|
||||||
"http-proxy": "http://proxy.example.com:80",
|
"http-proxy": "http://proxy.example.com:80",
|
||||||
"https-proxy": "https://proxy.example.com:443",
|
"https-proxy": "https://proxy.example.com:443",
|
||||||
"no-proxy": "*.test.example.com,.example.org",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue