1 Star 0 Fork 5

ka-ka/deploy2022

forked from 毕升Office/deploy2022 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
preinstall.sh 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marc 提交于 2022-05-06 11:07 . init deploy
#!/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
curl -L \
http://bisheng-public.oss-cn-zhangjiakou.aliyuncs.com/resource/docker/docker-compose \
-o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/action2015/deploy2022.git
git@gitee.com:action2015/deploy2022.git
action2015
deploy2022
deploy2022
master

搜索帮助