您的位置:首页 > 运维架构 > Docker

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

2016-01-19 14:29 716 查看
Cannot connect to the Docker daemon. Is the docker daemon running on this host?


运行docker info 的时候报错,docker其他参数也一样,

ps -ef | grep docker


看到是root的

root      31079      1  0 14:12 ?        00:00:00 /usr/bin/docker daemon --registry-mirror=https://pee6w651.mirror.aliyuncs.com -H fd://
cuiss     39365  10423  0 14:12 pts/0    00:00:00 grep --color=auto docker


sudo docker info


就好了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: