As shown in the following figure: If the version is Centos 7.0 or above, it will be fine. uname -r The running results are as follows: Step 2: Clean up the installed docker (if you have not installed it, you can skip this step) The cleanup commands are as follows: yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-selinux \ docker-engine-selinux \ docker-engine Step 3: Install the Device Mapper tool The installation command is as follows: yum install -y yum-utils device-mapper-persistent-data lvm2 Step 4: Configure Docker's yum data source Configure the yum data source command as follows: yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo The configuration is successful as shown below: Step 5: Update the yum cache The command is as follows: yum makecache fast Step 6: Install docker-ce (community edition) The installation command is as follows: yum -y install docker-ce Step 7: Start Docker The startup command is as follows: systemctl start docker Startup systemctl enable docker.service Restart: systemctl restart docker Start the container and add --restart=always
If the project has been run, use update to update
After startup, you can use the following command to verify docker -v The results are as follows: This is the end of this article about how to install docker using YUM. For more information about installing docker with YUM, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Understand the difference between BR and P tags through examples
>>: CSS3 achieves various border effects
One day I found that the execution speed of a SQL...
A few months after entering the industry in 2005, ...
Table of contents 1. MySQL data backup 1.1, mysql...
In order to handle a large number of concurrent v...
Table of contents 1. Introduction 2. Thought Anal...
Table of contents background 1. The query conditi...
As a front-end monkey, whether it is during an in...
If you want to insert 5 records into table1, the ...
1. What is event delegation? Event delegation: Ut...
Table of contents Array destructuring assignment ...
1.core file When a Segmentation fault (core dumpe...
1. Environmental Preparation The IP address of ea...
Solution process: Method 1: The default kernel ve...
Table of contents Docker Compose usage scenarios ...
1. z-index is invalid in IE6. In CSS, the z-index...