2 Star 3 Fork 2

毕升Office / api-deploy-arm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
preinstall-ubuntu.sh 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiedan 提交于 2020-04-19 19:46 . 更新文档
#!/usr/bin/env bash
apt-get -y update
apt-get -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository \
"deb [arch=arm64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
apt-get -y update
apt-get -y install 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
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

搜索帮助