build: fix c8d option in daemon.json

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-03-25 17:09:00 +01:00
parent 9f716b9ee9
commit 5b4ea5ef0f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ to your `/etc/docker/daemon.json` configuration file.
```json {hl_lines=3}
{
"features": {
"containerd-snapshotters": true
"containerd-snapshotter": true
}
}
```