一给 发表于 2025-1-1 06:42:00

docker加速镜像和加速镜像设置

docker镜像加速器

1、https://docker.m.daocloud.io

2、https://dockerpull.com

3、https://atomhub.openatom.cn

4、https://docker.1panel.live

5、https://dockerhub.jobcher.com

6、https://hub.rat.dev

7、https://docker.registry.cyou

8、https://docker.awsl9527.cn

9、https://do.nark.eu.org/

10、https://docker.ckyl.me

11、https://hub.uuuadc.top

12、https://docker.chenby.cn

13、https://docker.ckyl.me

配置方法
    1.新建 vim /etc/docker/daemon.json文件
    2.配置内容
      {
      "registry-mirrors":         ["https://docker.m.daocloud.io","https://dockerpull.com"],
      "insecure-registries":[]
}
    3.重启docker
    4.下载测试,docker pull busybox:latest
docker镜像加速器
1、https://docker.m.daocloud.io
 
2、https://dockerpull.com
 
3、https://atomhub.openatom.cn
 
4、https://docker.1panel.live
 
5、https://dockerhub.jobcher.com
 
6、https://hub.rat.dev
 
7、https://docker.registry.cyou
 
8、https://docker.awsl9527.cn
 
9、https://do.nark.eu.org/
 
10、https://docker.ckyl.me
 
11、https://hub.uuuadc.top
 
12、https://docker.chenby.cn
 
13、https://docker.ckyl.me
设置方法
    1.新建 vim /etc/docker/daemon.json文件
    2.设置内容
        {
        "registry-mirrors":           ["https://docker.m.daocloud.io","https://dockerpull.com"],
        "insecure-registries":[]
}
    3.重启docker
    4.下载测试,docker pull busybox:latest
 

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: docker加速镜像和加速镜像设置