Hi Guys,
I am trying to install docker in my system, but I am getting the below error.
[root@localhost ~]# yum install docker-ce
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Repository 'dvd' is missing name in configuration, using id Repository 'dvd2' is missing name in configuration, using id Resolving Dependencies -->
Running transaction check ---> Package docker-ce.x86_64 3:19.03.8-3.el7 will be installed -->
Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-19.03.8-3.el7.x86_64 -->
Processing Dependency: containerd.io >= 1.2.2-3 for package: 3:docker-ce-19.03.8-3.el7.x86_64 -->
Processing Dependency: docker-ce-cli for package: 3:docker-ce-19.03.8-3.el7.x86_64 --> Running transaction check --->
Package containerd.io.x86_64 0:1.2.13-3.1.el7 will be installed -->
Processing Dependency: container-selinux >= 2:2.74 for package: containerd.io-1.2.13-3.1.el7.x86_64 --->
Package docker-ce.x86_64 3:19.03.8-3.el7 will be installed -->
Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-19.03.8-3.el7.x86_64 --->
Package docker-ce-cli.x86_64 1:19.03.8-3.el7 will be installed --> Finished Dependency Resolution
Error: Package: containerd.io-1.2.13-3.1.el7.x86_64 (dvd) Requires: container-selinux >= 2:2.74
Error: Package: 3:docker-ce-19.03.8-3.el7.x86_64 (dvd) Requires: container-selinux >= 2:2.74
why I am getting this error?