自定义了描述并且增加了Docker的安装脚本

This commit is contained in:
ddv12138
2017-08-22 18:01:46 +08:00
parent 585614da31
commit 855ed94532
10 changed files with 22 additions and 13 deletions

4
install-docker.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
echo "开始安装docker"
wget -qO- https://get.docker.com/ | sh