Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?



解决:

systemctl enable docker

systemctl daemon-reload

systemctl restart docker.service

原文地址:https://www.cnblogs.com/awakenedy/p/10929720.html