Ubuntu20.04安装docker
//删除旧版本sudo apt-get remove docker docker-engine docker.io containerd runc//更新软件包sudo apt-get update//安装需要的包sudo apt-get install apt-transport-https ca-certificates software-properties-common curl//添加官方GPG秘钥,Docker-ce 软件源curl -fsSL https://downlo.