Docker CE on RHEL - Requires: container-selinux >= 2.9

前端 未结 18 1182
余生分开走
余生分开走 2020-12-07 13:19

I am trying to install Docker CE on RHEL using this link. This is my RHEL version:

Red Hat Enterprise Linux Server release 7.3 (Mai         


        
18条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 13:51

    To update container-selinux I had to install epel-release first:

    Add Centos-7 repository

    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    

    Install epel-release

    yum install epel-release
    

    Update container-selinux

    yum install container-selinux
    

提交回复
热议问题