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

Centos 7 ,启动docker失败,Error starting daemon: SELinux is not supported with the...lse)

2018-08-27 22:52 691 查看

centos 7 ,启动docker失败,Error starting daemon: SELinux is not supported with the…lse)

systemctl start docker 启动失败


根据提示

systemctl docker status


错误提示是因为
SElinux is not supported with the ... lse

解决方案

原因是因为此linux的内核中的SELinux不支持 overlay2 graph driver,所以禁用selinux。

vim /etc/sysconfig/docker

修改之后就能启动成功了。

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