Not able to install Docker17.06 in rhel7.3

Hi All,
Hope you are doing well; need one help to install the latest docker CE package;
Here is my observation;
I am from rhel7.3 Red Hat Enterprise Linux Server release 7.3 (Maipo)
I tried to install docker-ce 17.06 using yum repo docker-ce.repo and also download rpm from https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ in both the case its is showing me dependency error for container-selinux . Here is the output; not sure how to resolved this dependency now. need help;
Resolving Dependencies --> Running transaction check —> Package docker-ce.x86_64 0:17.06.0.ce-1.el7.centos will be installed --> Processing Dependency: container-selinux >= 2.9 for package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 --> Processing Dependency: libltdl.so.7()(64bit) for package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 --> Processing Dependency: libseccomp.so.2()(64bit) for package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 --> Running transaction check —> Package docker-ce.x86_64 0:17.06.0.ce-1.el7.centos will be installed --> Processing Dependency: container-selinux >= 2.9 for package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 —> Package libseccomp.x86_64 0:2.3.1-2.el7 will be installed —> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed --> Finished Dependency Resolution Error: Package: docker-ce-17.06.0.ce-1.el7.centos.x86_64 (/docker-ce-17.06.0.ce-1.el7.centos.x86_64) Requires: container-selinux >= 2.9 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks in advance!

Did you register your redhat machine ? Usually, dependencies are automatically downloaded if your redhat repo are good

1 Like

That worked for me, thank you!