dockerError - juedaiyuer/researchNote GitHub Wiki

#Docker问题中心#

##问题1:Cannot connect to the Docker daemon##

docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?

#查看docker daemon是否在运行
ps aux | grep docker

#停止
sudo service docker stop