CentOS Installation Docker

Source: Internet
Author: User
Tags docker ps

1. View the current kernel version (Docker requires the kernel version of the CentOS system to be higher than 3.10)

Uname-r

2. Installation dependent

Yum install-y yum-utils Device-mapper-persistent-data lvm2

3. Add a software source

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

4. Update Yum Cache

Yum Makecache Fast

5. Install Docker (free version of the Docker CE community)

Yum-y Install Docker-ce

6. Background boot

Systemctl Start Docker

Docker Common commands:

Find Image: Docker search name

Pull to Mirror: Docker pulls name

To view the list of boot containers: Docker PS (-a = Show All)

Start, stop, restart the specified container: Docker start \ Stop \ Restart name

To view the specified container log: Docker logs-f name

CentOS Installation Docker

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.