While using “yum install docker-engine”, I am getting below error -
Error: Package: docker-engine-1.10.0-1.el7.centos.x86_64 (docker-main-repo)
Requires: libsystemd.so.0()(64bit)
Error: Package: docker-engine-1.10.0-1.el7.centos.x86_64 (docker-main-repo)
Requires: libdevmapper.so.1.02(DM_1_02_97)(64bit)
Error: Package: docker-engine-1.10.0-1.el7.centos.x86_64 (docker-main-repo)
Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I am unable to find any way to resolve these dependencies.Please look into it
Hi All,
could you try to update the RHEL version from 7.1 to 7.2? In the centOS ecosystem to install docker-engine 1.10 i updated some packages from 7.2.1511 repository.
My RHEL version is :
NAME="Red Hat Enterprise Linux Server"
VERSION="7.0 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="7.0"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.0 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.0:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL=“https://bugzilla.redhat.com/”
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.0
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION=7.0
Red Hat Enterprise Linux Server release 7.0 (Maipo)
Red Hat Enterprise Linux Server release 7.0 (Maipo)
Can someone please confirm if RHEL 7.2 can solve this problem?
I’m using RHEL 7.2
I’m still facing issue in docker installation.
Can some please help?
[root@scsor0003442001 yum.repos.d]# sudo yum install docker-engine
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Resolving Dependencies
–> Running transaction check
—> Package docker-engine.x86_64 0:1.11.1-1.el7.centos will be installed
–> Processing Dependency: docker-engine-selinux >= 1.11.1-1.el7.centos for package: docker-engine-1.11.1-1.el7.centos.x86_64
–> Processing Dependency: libltdl.so.7()(64bit) for package: docker-engine-1.11.1-1.el7.centos.x86_64
–> Running transaction check
—> Package docker-engine.x86_64 0:1.11.1-1.el7.centos will be installed
–> Processing Dependency: libltdl.so.7()(64bit) for package: docker-engine-1.11.1-1.el7.centos.x86_64
—> Package docker-engine-selinux.noarch 0:1.11.1-1.el7.centos will be installed
–> Processing Dependency: policycoreutils-python for package: docker-engine-selinux-1.11.1-1.el7.centos.noarch
–> Finished Dependency Resolution
Error: Package: docker-engine-1.11.1-1.el7.centos.x86_64 (docker-main-repo)
Requires: libltdl.so.7()(64bit)
Error: Package: docker-engine-selinux-1.11.1-1.el7.centos.noarch (docker-main-repo)
Requires: policycoreutils-python
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@scsor0003442001 yum.repos.d]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)
[root@scsor0003442001 yum.repos.d]#