docker pull时报错:https://registry-1.docker.io/v2/

原文:https://www.cnblogs.com/sdgtxuyong/p/18647915

https://www.cnblogs.com/OneSeting/p/18532166

docker 换源,解决连接不上的问题。

编辑以下文件,不存在则创建:

复制代码
vim /etc/docker/daemon.json 

{
  "registry-mirrors" : ["https://docker.registry.cyou",
"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",
"https://docker.rainbond.cc",
"https://do.nark.eu.org",
"https://dc.j8.work",
"https://dockerproxy.com",
"https://gst6rzl9.mirror.aliyuncs.com",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com",
"http://mirrors.ustc.edu.cn/",
"https://mirrors.tuna.tsinghua.edu.cn/",
"http://mirrors.sohu.com/"
],
 "insecure-registries" : [
    "registry.docker-cn.com",
    "docker.mirrors.ustc.edu.cn"
    ],
"debug": true,
"experimental": false
}

编辑完重启服务:

复制代码
sudo systemctl daemon-reload
sudo systemctl start docker
相关推荐
钮钴禄·爱因斯晨16 分钟前
Linux(一) | 初识Linux与目录管理基础命令掌握
linux·运维·服务器
xiaok1 小时前
docker desktop拉取镜像失败
docker
努力的小不点丶1 小时前
详解 外部负载均衡器 → Ingress Controller Pod 这个过程
运维·负载均衡
Aisaka_Taiga2 小时前
Docker拉取官方镜像源
docker
玄辰星君2 小时前
【在 macOS 系统上使用 Docker 启动 Kafka 的完整指南】
macos·docker·kafka
我智商开挂3 小时前
嵌入式Linux(Exynos 4412)笔记
linux·运维·arm开发
sunny052963 小时前
Linux shell getopts 解析命令行参数
linux·运维·bash·shell
朱包林4 小时前
数据库服务-日志管理-备份与恢复-主从同步
linux·运维·服务器·数据库·mysql·云计算
我好饿17 小时前
Linux入门教程 第十五章 Linux 系统调优工具
linux·运维·网络
萌虎爱分享7 小时前
Linux 防火墙 (firewalld) 管理完整指南
linux·运维·防火墙·firewalld