官方脚本
curl -fsSL https://get.docker.com | bash -s docker
官方脚本+阿里云镜像
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
官方脚本镜像
适合连接不上get.docker.com时使用
curl -fsSL https://bash.foreverlink.love/dockerinstall.sh | bash -s docker --mirror Aliyun
清华源全镜像
export DOWNLOAD_URL="https://mirrors.tuna.tsinghua.edu.cn/docker-ce" && curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh | sh