官方Docker安装脚本For Ubuntu

#获取官方一键安装脚本
curl -fsSL https://get.docker.com -o get-docker.sh
#执行一键安装脚本
sh get-docker.sh