docs: fix invalid daemon.json examples

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-21 12:29:31 +01:00
parent 1443014cbd
commit 48a670f26b
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": {},