https://blog.csdn.net/weixin_50344742/article/details/114657044

转载:

根据报错信息可以看出是container-selinux版本低或是没安装的原因,导致系统的不兼容,所以我们需要升级重新安装

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum install epel-release -y
yum install container-selinux -y    #安装最新的contain-selinux

相关文章:

  • 2021-07-08
  • 2022-01-19
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-06-27
  • 2022-12-23
猜你喜欢
  • 2021-10-10
  • 2021-08-22
  • 2022-12-23
  • 2021-11-09
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案