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

if first time to install docker, be noted the docker engine started as root

copied from: http://blog.163.com/s2006203387@126/blog/static/533199572015111703735423/

Ubuntu 14.04
第一次安装Docker,运行hello-world 是可以的,
重启系统之后,运行hello-world 出现如下报错:
 
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
 
 
多方查找,解决如下:
sudo su -                       //切换到root
service docker start      //启动docker service
docker images              //显示所有images
docker run hello-world  //重新运行
 
恩,是权限问题,当前用户没权限,root用户可以运行 初次安装Docker 运行出现的问题。 - 牛牛 - 牛牛的博客

转载于:https://www.cnblogs.com/IamThat/p/6049436.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值