Docker installation issue

I am trying to install Docker EE on RHEL 7.3. This machine has RHEL subscription enabled. However, getting below error:

[root@host1 ~]# yum install docker-ee
Loaded plugins: langpacks, product-id, search-disabled-repos
Resolving Dependencies
–> Running transaction check
—> Package docker-ee.x86_64 0:17.06.2.ee.5-1.el7.rhel will be installed
–> Processing Dependency: container-selinux >= 2.9 for package: docker-ee-17.06.2.ee.5-1.el7.rhel.x86_64
–> Finished Dependency Resolution
Error: Package: docker-ee-17.06.2.ee.5-1.el7.rhel.x86_64 (docker-ee-stable-17.06)
Requires: container-selinux >= 2.9
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@host11 ~]#

Any suggestion on how to fix this?

Hi, I have the same issue - did you find a resolution to this?