Solution to the error when installing Docker on CentOS version

Solution to the error when installing Docker on CentOS version

1. Version Information

  # cat /etc/system-release
  CentOS Linux release 7.2.1511 (Core) 
  # uname -a
  Linux k8s-daniel-3 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

2. Docker installation and errors

Use yum -y install docker to install directly, and then fail to start.

3. Error message

Error message: systemctl status docker.service

Error message: journalctl -xe

4. Solution: Upgrade CentOS

yum -y update

5. Check again

  # cat /etc/system-release
  CentOS Linux release 7.6.1810 (Core) 
  # uname -a
  Linux k8s-daniel-3 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux 

6. Reboot

It is very important to reboot, otherwise Docker will not start.

7. Verification, problem solving

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • How to install WSL2 Ubuntu20.04 on Windows 10 and set up the docker environment
  • Tutorial on installing Docker in Windows 10 subsystem Ubuntu (WSL) (with pictures and text)
  • Solve the problem of running hello-world after docker installation
  • Problems and solutions for installing Docker on Alibaba Cloud
  • Solutions to Docker installation and error reporting issues under Windows 7
  • Ubuntu vps installs docker and reports an error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Problem solved
  • Installing Docker Desktop reports an error message: WSL 2 installation is incomplete (Solve the error message)

<<:  Instructions for using JSON operation functions in Mysql5.7

>>:  How does Vue track data changes?

Recommend

Detailed explanation of linux nslookup command usage

[Who is nslookup?] 】 The nslookup command is a ve...

Using radial gradient in CSS to achieve card effect

A few days ago, a colleague received a points mal...

Solution to the problem of saving format in HTML TextArea

The format of textarea can be saved to the databas...

How to insert a link in html

Each web page has an address, identified by a URL...

HTML Tutorial: Collection of commonly used HTML tags (5)

These introduced HTML tags do not necessarily ful...

Solve the problem that await does not work in forEach

1. Introduction A few days ago, I encountered a p...

Detailed explanation of type protection in TypeScript

Table of contents Overview Type Assertions in syn...

Summary of various methods of MySQL data recovery

Table of contents 1. Introduction 2. Direct recov...

Make your text dance with the marquee attribute in HTML

Syntax: <marquee> …</marquee> Using th...

What are the benefits of semantic HTML structure?

one: 1. Semantic tags are just HTML, there is no ...

CSS implements the bottom tapbar function

Now many mobile phones have the function of switc...

Implementation of Grid common layout

No gaps on both sides, gaps between each column w...

Native Js implementation of calendar widget

This article example shares the specific code of ...