docker常见故障解决方法.docxVIP

  • 277
  • 0
  • 约4.38万字
  • 约 29页
  • 2022-06-14 发布于江苏
  • 举报
docker常见故障问题解决方法

Docker常见故障解决方案 1.使用systemctl start docker启动docker失败,提示Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disabl...nabled=false)”的提示,这台机器的linux的内核中的SELinux不支持 overlay2 graph driver。 解决方案: 要么启动一个新内核,要么就在docker配置文件里面里禁用selinux,设置--selinux-enabled=false这个参数,修改docker配置文件/etc/sysconfig/docker将配置文件的“--selinux-enabled”改成“--selinux-enabled=false”,然后再重启docker。 vim /etc/sysconfig/docker # /etc/sysconfig/docker # Modify these options if you want to change the way the docker daemon runs OPTIONS=--selinux-enabled=false --log-driv

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档