一、docker镜像加速器

示例:

# docker pull docker.1panel.live/rancher/fleet-agent:v0.6

国内镜像加速器配置:

# sudo tee /etc/docker/daemon.json <<-'EOF'

{

"registry-mirrors": [

"https://docker.unsee.tech",

"https://dockerpull.org",

"https://docker.1panel.live",

"https://dockerhub.icu",

"https://docker.m.daocloud.io",

"https://docker.nju.edu.cn"

]

}

EOF

二、k8s镜像加速器

示例;

docker pull k8s-gcr.kubesre.xyz/registry.k8s.io/ingress-nginx/controller:v2

三、2yue更新地址

https://fcp7.com/docker-dockerhub-mirrors.html

2025年最新可用!Docker/DockerHub 国内镜像源/加速列表(2月更新)

四、开发者辅助代理工具

https://github.com/docmirror/dev-sidecar

Docker/DockerHub 国内镜像源/加速列表(2月4日更新-长期维护) - gnuorg - 博客园

五、镜像加速器查找地址

https://gist.github.com/search?q=docker+%E9%95%9C%E5%83%8F%E5%8A%A0%E9%80%9F%E5%99%A8

https://gist.github.com/
https://gist.github.com/search?q=docker+%E9%95%9C%E5%83%8F%E5%8A%A0%E9%80%9F%E5%99%A8

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐