docker使用上的错误
Posted traditional
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker使用上的错误相关的知识,希望对你有一定的参考价值。
docker启动问题
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
如果报出如上错误,说明没有启动docker,需要systemctl start docker
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details
如果执行systemctl start docker的时候,又报了新的如上错误,说明SELinux不支持此内核上的overlay2图形驱动程序,禁用selinux即可。vim /etc/sysconfig/docker
直接在enabled后面加上=false
即可,然后启动docker
以上是关于docker使用上的错误的主要内容,如果未能解决你的问题,请参考以下文章
docker swarm deploy 上的 Prisma 配置错误
docker image 上的 npm global install 没有访问权限错误