docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
Delete your file under /etc/default/docker
reboot and all is fine
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
Delete your file under /etc/default/docker
reboot and all is fine
Nop for me, I’ve always got the same error
LikeLike
You can stop docker service avec :
sysctl stop docker
sysctl start docker
and it’s solve the problem
LikeLike