ubuntu24 安装 docker

更新 apt-get

sudo apt-get update

安装软件包

sudo apt-get install apt-transport-https ca-certificates curl software-properties-common

添加Docker的官方GPG密钥

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

添加 Docker 仓库

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

再次更新 apt-get

sudo apt-get update

安装 docker 社区版本

sudo apt-get install docker-ce

启动 docker

sudo systemctl status docker
相关推荐
wanhengidc6 分钟前
短视频运营行业该如何选择服务器?
运维·服务器
雨中rain20 分钟前
Linux -- 从抢票逻辑理解线程互斥
linux·运维·c++
-KamMinG31 分钟前
Centos7.9安装openldap+phpldapadmin+grafana配置LDAP登录最详细步骤 亲测100%能行
运维·grafana
Bessssss40 分钟前
centos日志管理,xiao整理
linux·运维·centos
s_yellowfish40 分钟前
Linux服务器pm2 运行chatgpt-on-wechat,搭建微信群ai机器人
linux·服务器·chatgpt
豆是浪个42 分钟前
Linux(Centos 7.6)yum源配置
linux·运维·centos
vvw&43 分钟前
如何在 Ubuntu 22.04 上安装 Ansible 教程
linux·运维·服务器·ubuntu·开源·ansible·devops
我一定会有钱1 小时前
【linux】NFS实验
linux·服务器
王铁柱子哟-1 小时前
解决 正在下载VS Code 服务器... 问题
运维·服务器
Ven%1 小时前
如何在防火墙上指定ip访问服务器上任何端口呢
linux·服务器·网络·深度学习·tcp/ip