2024 解决无法拉去docker hub镜像问题

来自:https://www.aabcc.top/archives/m7NPfx1D

方法1

github开源项目:https://github.com/DaoCloud/public-image-mirror

将jellyfin/jellyfin:10.9.2换成你需要的镜像名和版本
docker pull m.daocloud.io/docker.io/jellyfin/jellyfin:10.9.2

daemon.json

"registry-mirrors": [
    "https://dockerproxy.com",
    "https://docker.mirrors.ustc.edu.cn",
    "https://docker.nju.edu.cn",
    "https://mirror.ccs.tencentyun.com"
  ],

其他使用方法查看该项目readme即可

posted @ 2024-06-20 09:10  没脚的丛林鸟  阅读(70)  评论(0编辑  收藏  举报