In the Docker Desktop app you can go into Features in Development and check
Use containerd for pulling and storing images.
Or you can do add the following to Docker’s daemon.json file:
{
"features": {
"containerd-snapshotter": true
}
}This comes from a comment in a ticket for resuming downloads when they fail.