mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
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>
11 lines
124 B
JSON
11 lines
124 B
JSON
{
|
|
"runtimes": {
|
|
"crun": {
|
|
"path": "/usr/local/bin/crun"
|
|
}
|
|
},
|
|
"features": {
|
|
"containerd-snapshotter": false
|
|
}
|
|
}
|