mirror of https://github.com/docker/cli.git
Merge pull request #4887 from dvdksn/invalid-daemon.json
docs: fix invalid daemon.json examples
This commit is contained in:
commit
eb306df13d
|
@ -1038,7 +1038,7 @@ The following is a full example of the allowed configuration options on Linux:
|
||||||
"cgroup-parent": "",
|
"cgroup-parent": "",
|
||||||
"containerd": "/run/containerd/containerd.sock",
|
"containerd": "/run/containerd/containerd.sock",
|
||||||
"containerd-namespace": "docker",
|
"containerd-namespace": "docker",
|
||||||
"containerd-plugin-namespace": "docker-plugins",
|
"containerd-plugins-namespace": "docker-plugins",
|
||||||
"data-root": "",
|
"data-root": "",
|
||||||
"debug": true,
|
"debug": true,
|
||||||
"default-address-pools": [
|
"default-address-pools": [
|
||||||
|
@ -1079,7 +1079,7 @@ The following is a full example of the allowed configuration options on Linux:
|
||||||
"proxies": {
|
"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,
|
||||||
|
@ -1170,7 +1170,7 @@ The following is a full example of the allowed configuration options on Windows:
|
||||||
"bridge": "",
|
"bridge": "",
|
||||||
"containerd": "\\\\.\\pipe\\containerd-containerd",
|
"containerd": "\\\\.\\pipe\\containerd-containerd",
|
||||||
"containerd-namespace": "docker",
|
"containerd-namespace": "docker",
|
||||||
"containerd-plugin-namespace": "docker-plugins",
|
"containerd-plugins-namespace": "docker-plugins",
|
||||||
"data-root": "",
|
"data-root": "",
|
||||||
"debug": true,
|
"debug": true,
|
||||||
"default-network-opts": {},
|
"default-network-opts": {},
|
||||||
|
|
Loading…
Reference in New Issue