docs: Fix sample config.toml syntax
Signed-off-by: Oliver Radwell <oliver.radwell@gmail.com>
This commit is contained in:
parent
e4fefea554
commit
d8d63a7aa3
@ -155,7 +155,7 @@ the main config.
|
|||||||
|
|
||||||
The following is a complete **config.toml** default configuration example:
|
The following is a complete **config.toml** default configuration example:
|
||||||
|
|
||||||
```
|
```toml
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
root = "/var/lib/containerd"
|
root = "/var/lib/containerd"
|
||||||
@ -182,7 +182,7 @@ imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
|
|||||||
path = ""
|
path = ""
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
[[plugins."io.containerd.monitor.v1.cgroups"]
|
[plugins."io.containerd.monitor.v1.cgroups"]
|
||||||
no_prometheus = false
|
no_prometheus = false
|
||||||
[plugins."io.containerd.service.v1.diff-service"]
|
[plugins."io.containerd.service.v1.diff-service"]
|
||||||
default = ["walking"]
|
default = ["walking"]
|
||||||
|
Loading…
Reference in New Issue
Block a user