Docker 镜像源

概述

基于国内网络环境,搜集可用的镜像源。

Docker hub镜像源列表

更新时间——2025/06/10

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
docker.m.daocloud.io
docker.1ms.run
ccr.ccs.tencentyun.com
hub.xdark.top
hub.fast360.xyz
docker-0.unsee.tech
docker.xuanyuan.me
docker.tbedu.top
docker.hlmirror.com
doublezonline.cloud
docker.melikeme.cn
image.cloudlayer.icu
dislabaiot.xyz
freeno.xyz
docker.kejilion.pro

2025/06/26

新增

1
2
3
mirror.ccs.tencentyun.com
docker.nju.edu.cn
docker.mirrors.sjtug.sjtu.edu.cn

配置方法

临时使用

1
docker pull docker-0.unsee.tech/zerchin/network

永久生效

1
2
3
4
5
6
7
8
9
cat /etc/docker/daemon.json

{
"registry-mirrors": [
"https://docker-0.unsee.tech",
"https://docker-cf.registry.cyou",
"https://docker.1panel.live"
]
}

其他镜像源

更新时间——2025/06/26

仓库 镜像 备注
ghcr.io ghcr.nju.edu.cn 南京大学开源镜像站, nexus3
ghcr.tencentcloudcr.com 仅腾讯云vpc内部访问,registry2 proxy
registry.k8s.io registry-k8s-io.mirrors.sjtug.sjtu.edu.cn 上海交通大学, registry2 proxy
k8s.nju.edu.cn 南京大学开源镜像站, nexus3
k8s.gcr.io k8s-gcr-io.mirrors.sjtug.sjtu.edu.cn 上海交通大学
k8s.tencentclouacr.com 仅腾讯, 云vpc内部访问, registry2 proxy
quay.io quay.nju.edu.cn 南京大学开源镜像站, nexus3
quay.tencentcloudcr.com 仅腾讯云vpc内部访问, registry2 proxy
quay.mirrors.ustc.edu.cn 中科大
nvcr.io nvcr.nju.edu.cn 南京大学开源镜像站, nexus3
nvcr.tencentcloudcr.com 仅腾讯云vpc内部访问, registry2 proxy

这个地址中,提供了部分可以搜索的镜像,我查了下,主要规律如下:

quay.io

1
https://swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io

registry.k8s.io

1
https://swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io

参考 rke2 配置如下:

1
2
3
4
5
6
7
8
9
10
11
mirrors:
quay.io:
endpoint:
- "https://swr.cn-north-4.myhuaweicloud.com"
rewrite:
"(^.+$)": "ddn-k8s/quay.io/$1"
registry.k8s.io:
endpoint:
- "https://swr.cn-north-4.myhuaweicloud.com"
rewrite:
"(^.+$)": "ddn-k8s/registry.k8s.io/$1"

参考:

https://www.coderjia.cn/archives/dba3f94c-a021-468a-8ac6-e840f85867ea

https://blog.csdn.net/easylife206/article/details/139553708

https://dockerimage.gbfeng.com/

https://docker.aityp.com

https://github.com/opsre/Thanks-Mirror

https://github.com/kubesre/docker-registry-mirrors