Files
moby/hack/dockerfile/etc/docker/daemon.json
Paweł Gronowski fc590032f3 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>
2024-11-13 14:45:01 +01:00

11 lines
124 B
JSON

{
"runtimes": {
"crun": {
"path": "/usr/local/bin/crun"
}
},
"features": {
"containerd-snapshotter": false
}
}