1 Star 0 Fork 103

峰勇力 / 毕升Office一键部署

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
preinstall.sh 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
毕升Office 提交于 2020-11-26 11:49 . update preinstall.sh.
#!/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
Shell
1
https://gitee.com/feng-yongli/deploy.git
git@gitee.com:feng-yongli/deploy.git
feng-yongli
deploy
毕升Office一键部署
v3

搜索帮助