美文网首页
docker出现Cannot connect to the Do

docker出现Cannot connect to the Do

作者: 0过把火0 | 来源:发表于2018-03-09 15:08 被阅读42次

有时候输入任何docker的命令会报如下错误:

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

原因可能是上一次没有正常退出docker,所以docker没有正常启动,在相应的/var/run/路径下找不到docker进程。
解决方法:

sudo service docker restart

相关文章

网友评论

      本文标题:docker出现Cannot connect to the Do

      本文链接:https://www.haomeiwen.com/subject/cbzyfftx.html