➜ ~ 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?
安装完成之后测试官方项目发现报这个错误,找了很久没有找到答案.
欢迎选择我的课程,让我们一起见证您的进步~~
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.
You need to add Docker to the daemon process.
The specific statement depends on your OS release version.
yum -y install device-mapper-libs
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.
You need to add Docker to the daemon process.
The specific statement depends on your OS release version.
yum -y install device-mapper-libs