hack: Add explicit containerd feature to daemon.json

While it's still turned off by default, it's easier to just flip the
`false` to `true` inside the devcontainer.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2024-11-13 14:43:44 +01:00
parent 5fa779e532
commit fc590032f3

View File

@@ -3,5 +3,8 @@
"crun": {
"path": "/usr/local/bin/crun"
}
},
"features": {
"containerd-snapshotter": false
}
}