2 Star 3 Fork 3

毕升Office/api-deploy-arm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
preinstall.sh 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiedan 提交于 2020-04-18 21:37 +08:00 . 更新文档
#!/usr/bin/env bash
yum -y update
yum install -y yum-utils \
device-mapper-persistent-data \
lvm2
yum-config-manager \
--add-repo \
http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum install -y docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl enable docker
cp docker-compose /usr/local/bin
chmod +x /usr/local/bin/docker-compose
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ibisheng/api-deploy-arm.git
git@gitee.com:ibisheng/api-deploy-arm.git
ibisheng
api-deploy-arm
api-deploy-arm
v3

搜索帮助