mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
@@ -3,5 +3,8 @@
|
||||
"crun": {
|
||||
"path": "/usr/local/bin/crun"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"containerd-snapshotter": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user