docker 报错 Is 'docker -d' running on this host?
天蓬老师
天蓬老师 2017-04-21 11:16:13
0
3
737
➜  ~  sudo docker run -t -i ubuntu /bin/bash

2014/12/08 17:00:22 Cannot connect to the Docker daemon. Is 'docker -d' running on this host?

安装完成之后测试官方项目发现报这个错误,找了很久没有找到答案.

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(3)
黄舟

Already done:
1. Try typing docker -d
2. Found the error changed to no permission
3. Enter sudo docker -d
4. The prompt that there is uninstalled software is appamor
5. sudo apt-get install appamor
6. Done.

Peter_Zhu

You need to add Docker to the daemon process.

The specific statement depends on your OS release version.

阿神

yum -y install device-mapper-libs

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!