docker错误docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker da

When running docke appears:

docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See ‘docker run --help’.

Start docker service
systemctl start docker

View docker service
systemctl status docker

Guess you like

Origin blog.csdn.net/hgb24660/article/details/109113347