Files
moby/hack/dockerfile/etc/docker/daemon.json
Derek McGowan 632fb0c89a Update graphdriver check logic to account for disabling of snapshotter
Ensure migration is never attempted multiple times.

Signed-off-by: Derek McGowan <derek@mcg.dev>
2025-08-08 12:07:42 -07:00

8 lines
71 B
JSON

{
"runtimes": {
"crun": {
"path": "/usr/local/bin/crun"
}
}
}