我试图安装Docker CE
在RHEL
使用这个链接。这是我的RHEL版本:
Red Hat Enterprise Linux Server release 7.3 (Maipo)
当我执行此操作时:
sudo yum -y install docker-ce
我收到此错误:
Error: Package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 (docker-ce-stable)
Requires: container-selinux >= 2.9
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我尝试使用--skip-broken
,rpm -Va --nofiles --nodigest
但再次遇到相同的错误。请让我知道如何解决此问题并在RHEL 7.3中安装Docker CE。