Skip to content

Commit

Permalink
Merge pull request containerd#7174 from oradwell/patch-1
Browse files Browse the repository at this point in the history
docs: Fix sample config.toml syntax
  • Loading branch information
dmcgowan committed Jul 18, 2022
2 parents e95858f + d8d63a7 commit 11ded16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/man/containerd-config.toml.5.md
Expand Up @@ -155,7 +155,7 @@ the main config.

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

```
```toml
version = 2

root = "/var/lib/containerd"
Expand All @@ -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"]
Expand Down

0 comments on commit 11ded16

Please sign in to comment.