原文链接:https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/
sudo add-apt-repository \ "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \ $(lsb_release -cs) \ stable"
sudo apt update sudo apt install docker-ce -y
原文链接:https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/
sudo add-apt-repository \ "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \ $(lsb_release -cs) \ stable"
sudo apt update sudo apt install docker-ce -y
来源:https://www.cnblogs.com/zifeiy/p/11657283.html