across/install-docker.sh

5 lines
84 B
Bash
Executable File

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