08、docker pull nacos/nacos-server慢解决方案

1. 修改docker镜像源

vim /etc/docker/daemon.json

daemon.json

{
  "registry-mirrors": [
    "http://hub-mirror.c.163.com",
    "http://mirrors.ustc.edu.cn",
    "https://github.com/ustclug/mirrorrequest",
    "http://mirror.azure.cn",
    "https://github.com/Azure/container-service-for-azure-china",
    "https://hub.docker.com",
    "https://cr.console.aliyun.com",
    "https://console.cloud.google.com/gcr/images/google-containers/GLOBAL",
    "https://quay.io/repository",
    "https://access.redhat.com/containers"
  ]
}

ps

网易:http://hub-mirror.c.163.com
中科大镜像地址:http://mirrors.ustc.edu.cn/
中科大github地址:https://github.com/ustclug/mirrorrequest
Azure中国镜像地址:http://mirror.azure.cn/
Azure中国github地址:https://github.com/Azure/container-service-for-azure-china
DockerHub镜像仓库: https://hub.docker.com/ 
阿里云镜像仓库: https://cr.console.aliyun.com 
google镜像仓库: https://console.cloud.google.com/gcr/images/google-containers/GLOBAL (如果你本地可以翻墙的话是可以连上去的 )
coreos镜像仓库: https://quay.io/repository/ 
RedHat镜像仓库: https://access.redhat.com/containers

2. 重启docker

systemctl restart docker

3. 拉取nacos镜像

docker pull nacos/nacos-server
相关推荐
jekc86813 分钟前
Ubuntu更改内核
linux·运维·ubuntu
复园电子25 分钟前
朝天椒USB服务器在银泰证券虚拟化超融合场景的应用案例
运维·服务器·github·usb
kong790692826 分钟前
Linux系列(二)安装Linux和Linux目录结构
linux·运维·服务器
童先生27 分钟前
负载均衡服务器要怎么配置?
运维·服务器·负载均衡
Andya_net1 小时前
Nginx | 解决 Spring Boot 与 Nginx 中的 “413 Request Entity Too Large“ 错误
运维·spring boot·nginx
liuzhilongDBA1 小时前
pg数据库运维经验2024
运维·数据库
LeoZY_1 小时前
CH348结合开源ModBus协议组成串口温度采集服务器
运维·笔记·嵌入式硬件·开源
2401_861786182 小时前
kali安装
linux·运维·服务器
迷路爸爸1802 小时前
在 CentOS 上安装 Docker 和 Docker Compose(可指定版本或安装最新版本)
linux·docker·centos
李心怡-1232 小时前
Ollama + FastGPT搭建本地私有企业级AI知识库 (Linux)
android·linux·运维·人工智能·docker·李心怡