发现相同问题。
环境:Win8.1 Chrome69
链接:https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/
猜测:下载页面到本地,删除如下片段后,centos和fedora的提示恢复正常,与ubuntu镜像使用帮助页面对比,怀疑如下片段是多余的。。。

```
<script>
var vue = new Vue({
    el: "#help-content",
    data: {
        deb_release: 'debian',
        release_name: 'centos'
    },
    computed: {

    }
});
</script>
```

windforce17 <[email protected]> 于2018年10月15日周一 下午1:22写道:

> 在 2018年10月15日星期一 UTC+8下午12:24:16,Hui Yiqun写道:
> > 无法复现,你的浏览器和操作系统版本是什么?
> >
> >
> >
> >
> > Hui Yi-qun
> >
> >
> >
> > On Mon, Oct 15, 2018 at 12:23 PM windforce17 <[email protected]> wrote:
> > Fedora/CentOS/RHEL的repl下载url逻辑错误
> >
> > 选择fedora后,命令依然是
> >
> >
> >
> > wget -O /etc/yum.repos.d/docker-ce.repo
> https://download.docker.com/linux/centos/docker-ce.repo
> >
> > 但是再选回CentOS后
> >
> >
> >
> > 命令就变成了wget -O /etc/yum.repos.d/docker-ce.repo
> https://download.docker.com/linux/fedora/docker-ce.repo
> >
> >
> >
> > --
> >
> > 您收到此邮件是因为您订阅了 Google 网上论坛的“TUNA 主邮件列表”群组。
> >
> > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到[email protected]。
> >
> > 要向此群组发帖,请发送电子邮件至 [email protected]。
> >
> > 要查看更多选项,请访问 https://groups.google.com/d/optout。
>
> Edge 没有这个问题
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“TUNA 主邮件列表”群组。
> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到[email protected]。
> 要向此群组发帖,请发送电子邮件至 [email protected]。
> 要查看更多选项,请访问 https://groups.google.com/d/optout。
>

-- 
您收到此邮件是因为您订阅了 Google 网上论坛的“TUNA 主邮件列表”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到[email protected]。
要向此群组发帖,请发送电子邮件至 [email protected]。
要查看更多选项,请访问 https://groups.google.com/d/optout。

回复