Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. [admin@centos65 ~]$ curl -fsSL https://get.docker.com/ | sh
  2. + sudo -E sh -c 'sleep 3; yum -y -q install docker-engine'
  3. Package docker-engine is obsoleted by docker-ce, trying to install docker-ce-17.03.1.ce-1.el7.centos.x86_64 instead
  4. Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
  5. Requires: selinux-policy >= 3.13.1-23
  6. Installed: selinux-policy-3.7.19-292.el6_8.2.noarch (@updates)
  7. selinux-policy = 3.7.19-292.el6_8.2
  8. Available: selinux-policy-3.7.19-307.el6.noarch (base)
  9. selinux-policy = 3.7.19-307.el6
  10. Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
  11. Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit)
  12. Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
  13. Requires: libsystemd.so.0()(64bit)
  14. Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
  15. Requires: systemd-units
  16. Error: Package: docker-ce-selinux-17.03.1.ce-1.el7.centos.noarch (docker-ce-stable)
  17. Requires: selinux-policy-base >= 3.13.1-102
  18. Installed: selinux-policy-targeted-3.7.19-292.el6_8.2.noarch (@updates)
  19. selinux-policy-base = 3.7.19-292.el6_8.2
  20. Available: selinux-policy-minimum-3.7.19-307.el6.noarch (base)
  21. selinux-policy-base = 3.7.19-307.el6
  22. Available: selinux-policy-mls-3.7.19-307.el6.noarch (base)
  23. selinux-policy-base = 3.7.19-307.el6
  24. Available: selinux-policy-targeted-3.7.19-307.el6.noarch (base)
  25. selinux-policy-base = 3.7.19-307.el6
  26. Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
  27. Requires: libseccomp.so.2()(64bit)
  28. Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
  29. Requires: libc.so.6(GLIBC_2.17)(64bit)
  30. Error: Package: docker-ce-selinux-17.03.1.ce-1.el7.centos.noarch (docker-ce-stable)
  31. Requires: selinux-policy-targeted >= 3.13.1-102
  32. Installed: selinux-policy-targeted-3.7.19-292.el6_8.2.noarch (@updates)
  33. selinux-policy-targeted = 3.7.19-292.el6_8.2
  34. Available: selinux-policy-targeted-3.7.19-307.el6.noarch (base)
  35. selinux-policy-targeted = 3.7.19-307.el6
  36. You could try using --skip-broken to work around the problem
  37. You could try running: rpm -Va --nofiles --nodigest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement