解决docker出错


刚在新的Centos上安装Docker-CE,后运行docker run hello-world报错Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

解决办法

systemctl daemon-reload
service docker restart
service docker status 
docker run hello-world

最后一行命令是创建一个测试容器 测试完成后请删除

声明:小小博客|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - 解决docker出错


Carpe Diem and Do what I like