CentOS怎么安装最新版本docker

环境查看

[root@localhost ~]# cat /etc/redhat-release 
CentOS Linux release 7.9.2009 (Core)
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

安装docker

# 更新源
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
# 安装
sudo yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

版本查看

docker --version
Docker version 24.0.7, build afdd53b

以上方法同样适用于CentOSStream9版本

posted @ 2023-11-07 17:55  minseo  阅读(424)  评论(2编辑  收藏  举报