# 工具部署
工具类型: 安装程序
文档更新: 2025-02-22 16:43:06
适用场景: 非云化产品的的私有化部署(自建环境)
# 环境支持
硬件配置:2C/4G/100G
操作系统:无特殊要求
平台架构:amd64/arm64
# 使用方法
# 下载工具
按需下载对应平台架构的安装包。
工具地址: https://pan.baidu.com/s/1T0PTuhKGN7nV_l6_3ZesLw?pwd=2024
# 执行安装
bash docker-27.5.1-installer-amd64.run
# 注意事项
如果需要设置镜像仓库,手动修改 /etc/docker/daemon.json 这个文件。
[root@dev scripts]# cat /etc/docker/daemon.json
{
"insecure-registries": ["192.168.100.99"],
"exec-opts": ["native.cgroupdriver=systemd"],
"registry-mirrors": ["https://registry.docker-cn.com"],
"data-root": "/data/docker",
"log-driver": "json-file",
"log-opts": {"max-size": "100m"},
"experimental": true
}
编撰人:yangfc
