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

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章