找回密码
 立即注册
搜索
查看: 38|回复: 0

ubuntu安装docker

[复制链接]

52

主题

0

回帖

228

积分

管理员

积分
228
发表于 2025-8-21 22:16:37 | 显示全部楼层 |阅读模式
sudo apt update && sudo apt upgrade -y
sudo apt install apt-transport-https ca-certificates curl gnupg lsb-release -y
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu  $ (lsb_release -cs) stable"
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

SKYPIEA

GMT+8, 2025-9-8 10:03 , Processed in 0.081649 second(s), 19 queries .

快速回复 返回顶部 返回列表