Docker学习 2021-07-01 杂记 评论 Ubuntu 安装Docker卸载旧版本sudo apt-get remove docker docker-engine docker.io containerd runc更新包索引sudo apt-get update安装apt依赖包sudo apt-get install \ apt-transport-https \ ca-cer...