1 Star 0 Fork 103

郑永恒 / 毕升文档

forked from walkingcode / 毕升文档 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
preinstall.sh 493 Bytes
Copy Edit Raw Blame History
dan authored 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/forever__stars/deploy.git
git@gitee.com:forever__stars/deploy.git
forever__stars
deploy
毕升文档
master

Search