1 Star 0 Fork 103

walkingcode / 毕升文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
preinstall.sh 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
dan 提交于 2019-03-04 10:56 . rebuild
#!/usr/bin/env bash
yum -y update
yum install -y yum-utils \
device-mapper-persistent-data \
lvm2
yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl enable docker
curl -L \
https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` \
-o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Shell
1
https://gitee.com/pluspluscloud/deploy.git
git@gitee.com:pluspluscloud/deploy.git
pluspluscloud
deploy
毕升文档
master

搜索帮助