Home  >  Article  >  Operation and Maintenance  >  What is the system kernel required by docker?

What is the system kernel required by docker?

WBOY
WBOYOriginal
2022-08-15 17:16:234040browse

Docker requires system kernel: 1. Docker runs on "CentOS 7", the system is required to be 64-bit, and the system kernel version is 3.10 or above; 2. Docker runs on "CentOS-6.5" or higher On CentOS, the system is required to be 64-bit and the system kernel version is "2.6.32-431" or higher.

What is the system kernel required by docker?

The operating environment of this tutorial: linux7.3 system, docker version 19.03, Dell G3 computer.

What kernel does docker require?

1. CentOS Docker installation

Docker supports the following CentOS versions:

CentOS 7 ( 64-bit)

CentOS 6.5 (64-bit) or higher

2. Prerequisite: Kernel requirements

Currently, CentOS Docker is only supported by kernels in release builds.

Docker runs on CentOS 7, which requires the system to be 64-bit and the system kernel version to be 3.10 or above.

Docker runs on CentOS-6.5 or higher version of CentOS, which requires the system to be 64-bit and the system kernel version to be 2.6.32-431 or higher.

3. View your own kernel

The uname command is used to print current system-related information (kernel version number, hardware architecture, host name and operating system type, etc.).

What is the system kernel required by docker?

View the installed CentOS version information (CentOS6.8 has this command, CentOS7 does not have this command)

What is the system kernel required by docker?

What is the system kernel required by docker?

Recommended learning: "docker video tutorial"

The above is the detailed content of What is the system kernel required by docker?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn