Docker出现Cannot connect to the Docker daemon. Is the docker daemon running on this host错误解决办法
发生现象:
ubuntu15下,安装完Docker后,运行docker images 报错Cannot connect to the Docker daemon. Is the docker daemon running on this host? 如下图

图
原因分析:
目前我遇到这个问题是两个原因造成的,一个是服务没启动,另一个是当前用户没权限。
解决方案:
1.启动服务:service docker start
2.在执行命令前加上sudo如:sudo docker images
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
最后
以上就是激昂冷风最近收集整理的关于Docker出现Cannot connect to the Docker daemon. 的全部内容,更多相关Docker出现Cannot内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复