转载:https://www.cnblogs.com/sowler/p/18228732 1、系统要求 首先需要确定 CentOS7 的内核版本号,因为 docker 安装要求 Linux 内核版本在 3.10 及以上。查看内核版本号: uname -r # CentOS7 内核版本号为:3.10.0-957.5.1.el7.x86_64 查看系统名称: cat /etc/redhat-release # CentOS Linux release 7.6.1810 (Core) 2、下载Docker Doc

郭铭心
2024-09-08
2024-09-08
郭铭心
2024-09-08
2024-09-08

清华源docker地址: https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/ 安装docker之前需要添加 GPG 公钥,主要是用来验证安装文件是否被篡改,先安装工具:curl和gnupg2,两个工具。 apt install curl gnupg2 下面是清华源GPG地址,下载和添加。 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg |

郭铭心
2024-09-08
2024-09-08
郭铭心
2024-09-08
2024-09-08

部分linux发行发没有内置docker安装源,需要自行添加 先安装一些依赖项 yum install -y yum-utils device-mapper-persistent-data lvm2 添加docker安装源,下面两个都可以,任选其一就行 yum-config-manager --add-repo http://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo http://mirrors

郭铭心
2024-06-10
2024-06-10
郭铭心
2024-06-10
2024-06-10