使用脚本在Linux 系统安装 Docker

curl -fsSL <https://get.docker.com> -o get-docker.sh
sudo sh get-docker.sh

Install Docker Engine on Ubuntu