Sometimes one might need to resume the interrupted docker pull. But this feature is not available by default in docker. To enable this feature create or modify /etc/docker/daemon.conf
and add the following configuration:
{
"features": {"containerd-snapshotter": true}
}
Then:
sudo systemctl restart docker