Merge pull request #4887 from dvdksn/invalid-daemon.json

docs: fix invalid daemon.json examples
This commit is contained in:
Paweł Gronowski 2024-02-28 18:00:17 +01:00 committed by GitHub
commit eb306df13d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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": {},