Steps to install Docker in Centos 6.5 (compact version) _docker

Source: Internet
Author: User
Tags compact centos

Docker is an open source application container engine that allows developers to package their apps and dependencies into a portable container, and then publish it to any popular Linux machine or virtualization. Containers are completely using the sandbox mechanism, and there will be no interface (similar to IPhone app) between each other. There is little performance overhead and can be easily run in machines and data centers. Most importantly, they are not dependent on any language, framework including systems.

I. Installation of Epel source

Copy Code code as follows:

wget http://mirrors.yun-idc.com/epel/6/x86_64/epel-release-6-8.noarch.rpm
RPM-IVH epel-release-6-8.noarch.rpm
Yum Clean All

Second, install Docker

Yum-y Install Docker-io

Third, start Docker

Service Docker start
Docker-d

Four, in CentOS 6.5 will be prompted to upgrade the kernel, in addition, there is an error

Centos 6.5 Upgrade Kernel can refer to this article: http://www.jb51.net/os/RedHat/499067.html

Perform Yum upgrade device-mapper-libs for upgrades

Docker:relocation error:docker:symbol Dm_task_get_info_with_deferred_remove, version Base not defined in file Libdevmap per.so.1.02 with link Time reference

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.