Docker部署centos7容器
操作系统:centos7.2.1511 centos镜像:centos7.2.1511 安装docker yum -y install docker 启动docker systemctl start docker 发现启动不了,报错: Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux ...enabled=false) 修改配置文件 vim /etc/sysconfig/docker OPTIONS='--selinux-enabled=false' 再次启动服务 systemctl start docker systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/do...