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
I was getting the same error Requires: container-selinux >= 2.9 on amazon ec2 instance(Rhel7)
I tried to add extra package rmp repo by executing
sudo yum-config-manager --enable rhui-REGION-rhel-server-extras
but it works.
followed steps from https://installdocker.blogspot.com/ and I was able to install docker.