技术分享
Centos升级Openssh版本
JDK1.8下载教程-2024最新版
谷歌浏览器提示 此扩展程序已停用,因为它已不再受支持 开启V2插件支持
苹果上架App Store 之申请邓白氏编码
Docker 安装
本文档使用 MrDoc 发布
-
+
首页
Docker 安装
### 一键安装脚本 ``` bash curl -fsSL https://get.docker.com -o get-docker.sh;bash get-docker ``` ### Centos系统 ```bash yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo yum install docker-ce docker-ce-cli containerd.io -y ``` ### Ubuntu系统 ```bash sudo apt-get update sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" sudo apt-get install docker-ce docker-ce-cli containerd.io -y ```
admin
2025年11月14日 16:55
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
PDF文档(打印)
分享
链接
类型
密码
更新密码