标签:https key stc 检查 linu cer down 系统软件 update
# 新装的不用执行 sudo apt-get remove docker docker-engine docker.io
sudo apt update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce
docker version # 打印clent 和 server版本号
标签:https key stc 检查 linu cer down 系统软件 update
原文地址:https://www.cnblogs.com/q767498226/p/11384476.html