码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-11-12 13:54:53      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:方便   version   使用   用户   highlight   nec   host   daemon   bash   

查看docker version的时候出现Cannot connect to the Docker daemon. Is the docker daemon running on this host

原因:当前登陆的用户权限不够

两个解决方法:

1 使用sudo

sudo docker version

 

2 添加当前用户到docker group

sudo usermod -aG docker $USER

  

学习的时候最好是使用第二种,稍微方便一点,不用多敲sudo

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

标签:方便   version   使用   用户   highlight   nec   host   daemon   bash   

原文地址:http://www.cnblogs.com/wozixiaoyao/p/6056404.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!