7 Star 10 Fork 2

游鱼彩虹 / vagrant_linux_shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-install.sh 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
游鱼彩虹 提交于 2017-08-23 14:24 . * 更新docker安装脚本.
#!/bin/bash
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common
# 只支持64位系统
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"
sudo apt-get update
sudo apt-get install docker-ce
Ruby
1
https://gitee.com/yzdel2000/vagrant_linux_shell.git
git@gitee.com:yzdel2000/vagrant_linux_shell.git
yzdel2000
vagrant_linux_shell
vagrant_linux_shell
master

搜索帮助