Merge pull request #7174 from oradwell/patch-1

docs: Fix sample config.toml syntax
This commit is contained in:
Derek McGowan 2022-07-18 15:20:18 -07:00 committed by GitHub
commit 11ded166c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ the main config.
The following is a complete **config.toml** default configuration example:
```
```toml
version = 2
root = "/var/lib/containerd"
@ -182,7 +182,7 @@ imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
path = ""
[plugins]
[[plugins."io.containerd.monitor.v1.cgroups"]
[plugins."io.containerd.monitor.v1.cgroups"]
no_prometheus = false
[plugins."io.containerd.service.v1.diff-service"]
default = ["walking"]