docker镜像源

docker镜像源

参考文章

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Docker 官方中国区
# https://registry.docker-cn.com
# 网易
# http://hub-mirror.c.163.com
# ustc
# https://docker.mirrors.ustc.edu.cn

# 测试镜像源
docker run --rm hello-world --registry-mirror=https://registry.docker-cn.com
docker run --rm hello-world --registry-mirror=http://hub-mirror.c.163.com
docker run --rm hello-world --registry-mirror=https://docker.mirrors.ustc.edu.cn

docker run --rm node:14.21.1-slim --registry-mirror=https://registry.docker-cn.com
docker run --rm node:14.21.1-slim --registry-mirror=http://hub-mirror.c.163.com
docker run --rm node:14.21.1-slim --registry-mirror=https://docker.mirrors.ustc.edu.cn

  • 最新可用的docker镜像源
    • docker.fxxk.dedyn.io
      • 顺便研究下Cloudflare Workers的工作原理, 感觉挺有用的
      • 相关博客
    • 自己部署的docker镜像源