docker安装 docker 容器引擎启动报错 Error starting daemon: SELinux is not supported with the overlay2 gra

安装docker

yum install docker

配置镜像加速

vim /etc/docker/daemon.json

{"registry-mirrors": ["http://hub-mirror.c.163.com"]}

启动docker

systemctl start docker

docker 启动报错     

禁用 docker 的 selinux

vim /etc/sysconfig/docker

改为

systemctl restart docker

猜你喜欢

转载自blog.csdn.net/qq2531246791/article/details/88799017