Centos7安装Docker后无法启动的问题——解决方式
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
本人通过 yum -y install docker方式安装Docker后遇到无法启动问题,安装成功后执行 systemctl start docker 启动报错:
按提示使用 systemctl status docker.service 查看错误信息:
其中标记红线的告诉我们:此linux的内核中的SELinux不支持 overlay2 graph driver,解决方法有两个,要么启动一个新内核,要么就
在docker里禁用selinux,设置--selinux-enabled=false。我们采用第二种方式。
编辑文件:/etc/sysconfig/docker
修改红色部分中的--selinux-enabled选项为false,修改结果如下图:
红笔花圈为需要修改的地方,修改后保存。再次执行 systemctl start docker
发现启动成功!
使用命令 docker -v 查看下版本:
至此,问题解决!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)