Install Docker on CentOS7

28/12/2020

Docker is an open source containerization system. It is widely used for high density deployment of applications on the cloud. It uses the same kernel as the host operating system to virtualize an operating system. It has a big image repository that you can use to get a container up and running within a few minutes. The Docker image repository has a pre-configured Docker image for almost any type of application and operating system. Let’s say you want to run a PHP web server. You can find it on the Docker image repository and the base operating system might be Ubuntu, Debian or CentOS. There are different images for PHP for each different OS.  In this article, I will show you how to install Docker on CentOS 7. Let’s get started.

Installing Docker

I am using CentOS 7.4 as you can see from the output of the following command:

$ cat /etc/redhat-release

The version of kernel I am using is 3.10.0 as you can see from the output of the following command:

$ uname -r

You need yum-config-manager to enable CentOS 7 extras and Docker CE repository to your CentOS 7 machine. yum-config-manager is provided by yum-utils package.

You can install yum-utils package with the following command:

$ sudo yum install yum-utils -y

As you can see from the screenshot below, I already have yum-utils package installed on my machine. If you don’t have it, it will be installed.

Now you can enable the CentOS 7 extras repository with the following command:

$ sudo yum-config-manager –enable extras

Now run the following command to check whether extras repo is enabled:

$ sudo yum repolist

As you can see from the marked section in the screenshot below, the extras repo is enabled.

Docker depends on device-mapper-persistent-data and lvm2 package. You can install these packages with the following command:

$ sudo yum install device-mapper-persistent-data lvm2

Now press ‘y’ and then press <Enter> to continue.

device-mapper-persistent-data and lvm2 packages should be installed.

Now you have to add the Docker official repository to your CentOS 7 machine.

You can run the following command to add Docker repository to CentOS 7 using yum-config-manager:

$ sudo yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo

The Docker repository should be added.

Now you can install Docker.

To install Docker on your CentOS 7 machine, run the following command:

Press ‘y’ and then press <Enter> to continue.

Yum package manager should start downloading the Docker packages as shown in the screenshot below.

At a point, you may be asked to accept the GPG key of Docker. Press ‘y’ and then press <Enter> to continue.

The installation should continue as shown in the screenshot below.

Docker should be installed.

Now you can start Docker system service with the following command:

$ sudo systemctl start docker

You should also add Docker service to system startup. So it will start automatically on boot.

You can run the following command to add Docker service to system startup:

$ sudo systemctl enable docker

As you can see from the screenshot below, Docker system service is added to the startup.

Now add your user to the docker system group. That way you can access all the Docker commands without using sudo.

To add your user to docker group, run the following command:

$ sudo usermod -aG docker shovon

NOTE: Here shovon is the user of my CentOS 7 machine. Your user name should be different.

Now restart your CentOS 7 machine with the following command:

$ sudo reboot

Once your computer starts, you can check whether Docker is working with the following command:

$ docker version

As you can see from the screenshot below, the version of Docker installed on my CentOS 7 machine is 17.12. It is working correctly.

Basic Usage of Docker

You can run a default hello-world container of Docker to test whether it’s working or not.

You can run the following command to run the hello-world Docker container:

$ docker run hello-world

The hello-world container image will be searched on the local disk. For the first time, Docker will not find it. So it will be downloaded from the Docker repository. After the image is downloaded, Docker will make a container out of the image and run it as you can see from the screenshot below.

You can list the available Docker containers with the following command:

$ docker image ls

You can run the following command to find any information you might need about Docker on your system:

$ docker info

As you can see from the output of this command, the status of Docker is printed. Like how many containers you have, how many of them are running, how many of them are paused or stopped, how many Docker images you have downloaded, your configured storage driver, available disk space and many more. It’s a long list of information.

That’s how you install Docker on CentOS 7 and use it. Thanks for reading this article.

ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

Using Dockerfile to Expose Ports

It is really easy to create a custom Docker image from existing Docker images using Dockerfile. Usually people uses a minimal...
29/12/2020

Understanding The Dockerfile

You’ll agree with me that the impact Docker is having on the world of technology is massive. It is saving software developers...
29/12/2020

How to Remove All Docker Containers

In this article, I am going to show you how to remove all Docker containers from your Docker host. So, let’s get started. Requirements: You...
29/12/2020
Bài Viết

Bài Viết Mới Cập Nhật

Tìm Hiểu Về Thuê Proxy US – Lợi Ích và Cách Sử Dụng Hiệu Quả
11/12/2024

Mua Proxy V6 Nuôi Facebook Spam Hiệu Quả Tại Onetcomvn
03/06/2024

Hướng dẫn cách sử dụng ProxyDroid để duyệt web ẩn danh
03/06/2024

Mua proxy Onet uy tín tại Onet.com.vn
03/06/2024

Thuê mua IPv4 giá rẻ, tốc độ nhanh, uy tín #1
28/05/2024