← Back to list
2025-01-30T11:22:24.657ZDocker

国内服务器无法下载docker镜像

国内服务器无法下载docker镜像

背景:报错信息如下:

《国内服务器无法下载docker镜像》文章正文配图 — STARBUCKET BLOG

  1. 更改/etc/docker/daemon.json 配置文件
{
    "registry-mirrors": ["https://docker.registry.cyou",
    "https://mqv668ix.mirror.aliyuncs.com",
    "https://docker-cf.registry.cyou",
    "https://dockercf.jsdelivr.fyi",
    "https://docker.jsdelivr.fyi",
    "https://dockertest.jsdelivr.fyi",
    "https://mirror.aliyuncs.com",
    "https://dockerproxy.com",
    "https://mirror.baidubce.com",
    "https://docker.m.daocloud.io",
    "https://docker.nju.edu.cn",
    "https://docker.mirrors.sjtug.sjtu.edu.cn",
    "https://docker.mirrors.ustc.edu.cn",
    "https://mirror.iscas.ac.cn"]
  }
  1. 重启docker service
systemctl restart docker

《国内服务器无法下载docker镜像》文章正文配图(配图 2)— STARBUCKET BLOG

Comments & discussion

The first comment in each thread opens a topic. Signed-in readers can keep the conversation going under that topic.

No comments yet. Sign in to start a topic.

Start a new topic

Sign in to start a topic or join the discussion.