热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

Docker出现CannotconnecttotheDockerdaemon.Isthedockerdaemonrunningonthishost错误解决办法

这篇文章主要介绍了Docker出现CannotconnecttotheDockerdaemon.Isthedockerdaemonrunningonthishost错误解决办法的相关资料,需要的朋友可以参考下

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

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!


推荐阅读
author-avatar
一啖过
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有