# 获取安装脚本
curl -fsSL get.docker.com -o get-docker.sh
# 执行安装脚本
sudo sh get-docker.sh
# 需要等候一段时间,直到脚本安装成功