How to install docker 1.9+ in CentOS 6.5?

China☆狼群 提交于 2019-12-04 02:48:39

CentOS 6 and RHEL 6 are no longer supported, and the last build for them is docker 1.7.1.

That page of the documentation (https://docs.docker.com/engine/installation/centos/) also mentions;

Docker runs on CentOS 7.X Docker requires a 64-bit installation regardless of your CentOS version. Also, your kernel must be 3.10 at minimum, which CentOS 7 runs.

The kernel that those distro's are running on (2.6.x) is over 13 years old, and although newer features are back-ported to them by Red Hat, they lack certain options that are required by Docker, and have proven to be unstable, and unsuitable for production.

I encourage you to upgrade upgrade to CentOS 7.x if you want to (keep) using Docker.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!