Centos7 Installing the Docker CE

Source: Internet
Author: User
Tags docker run

Installation
  1. Install GCC First

    sudo yum-y install gcc

  2. If you have installed Docker, you need to remove the installation by executing the following command

    sudo yum remove docker docker-client docker-client-latest Docker-common docker-latest docker-latest-logrotate Docker-logrotate Docker-selinux Docker-engine-selinux Docker-engine

  3. Add a mirrored warehouse (using Ali's mirrored warehouse)

    sudo yum-config-manager--add-repo Http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

  4. Updating the Yum Package index

    sudo yum makecache fast

  5. Installing Docker-ce

    sudo yum-y install Docker-ce

  6. Start Docker

    Systemctl Start Docker

  7. Configure Mirroring acceleration

    sudo mkdir-p/etc/docker
    sudo tee/etc/docker/daemon.json <<-' EOF '
    {
    "Registry-mirrors": ["https://xxxxx.mirror.aliyuncs.com"]
    }
    Eof
    sudo systemctl daemon-reload
    sudo systemctl restart Docker

  8. Docker Hello-world

    Docker Run Hello-world

Centos7 Installing the Docker CE

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.