Skip to content

Commit b7cf26d

Browse files
oradwellthaJeztah
authored andcommitted
docs: Fix sample config.toml syntax
Signed-off-by: Oliver Radwell <[email protected]> (cherry picked from commit d8d63a7) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent fcdaf09 commit b7cf26d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/man/containerd-config.toml.5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ the main config.
155155

156156
The following is a complete **config.toml** default configuration example:
157157

158-
```
158+
```toml
159159
version = 2
160160

161161
root = "/var/lib/containerd"
@@ -182,7 +182,7 @@ imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
182182
path = ""
183183

184184
[plugins]
185-
[[plugins."io.containerd.monitor.v1.cgroups"]
185+
[plugins."io.containerd.monitor.v1.cgroups"]
186186
no_prometheus = false
187187
[plugins."io.containerd.service.v1.diff-service"]
188188
default = ["walking"]

0 commit comments

Comments
 (0)