Installation of Docker

Source: Internet
Author: User

1. Disable SELinux
Due to Selinux and LXC (LXC is a shorthand for Linux container. The Linux container container is a kernel virtualization technology that provides lightweight virtualization to isolate processes and resources without the need to provide instruction interpretation mechanisms and other complexities of full virtualization, so you need to disable SELinux. Edit/etc/selinux/config, set two key variables.

Selinux=disabled
selinuxtype=targeted

Second, configure Fedora Epel source
1 sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm

Third, add Hop5.repo source

Cd/etc/yum.repos.d
sudo wget Http://www.hop5.in/yum/el6/hop5.repo

Iv. installation of Docker
sudo yum install Docker-io

After the installation is complete, enter docker-h to see if the Docker installation was successful.

Installation of Docker

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.