首先发表主题时候没法上传图片附件了,有些惊讶... https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/
这里,帮助文档中关于Debian/Ubuntu的部分里写到: ``` sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" ``` 这个看上去和官方文档里的没有任何区别: ``` $ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" ``` 而在下面的Fedora/CentOS/RHEL部分里,有写到: ``` sudo sed -i 's+download.docker.com+mirrors.tuna.tsinghua.edu.cn/docker-ce+' /etc/yum.repos.d/docker-ce.repo ``` 所以Debian/Ubuntu那部分应该是遗漏了吧。 -- You received this message because you are subscribed to the Google Groups "TUNA 主邮件列表" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
