Want to solve programming problems and get paid for it? If that sounds interesting to you then contact us.
This error usually comes up if you do not stop docker properly.
To resolve the error please follow bellow instructions.
service docker stop cd /var/run/docker/libcontainerd rm -rf containerd/* rm -f docker-containerd.pid service docker start
finally "docker run...."
To download your image and start the container as usual.
https://docs.docker.com/config/daemon/