使用docker pull命令无法拉取goharbor/harbor-portal:v2.5.3

使用docker pull命令无法拉取goharbor/harbor-portal:v2.5.3

目的是解决在kubesphere下安装harbor应用时需要的容器
因为在应用市场安装后就一直出现拉取镜像错误的问题 所有想手动拉一下

不是网络的问题
拉取其他镜像没问题
怎么使用其他的办法下载这个镜像?

img

直接用国外服务器拉镜像上传到自己的镜像仓库 再拉取即可

多配置几个镜像源

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "experimental": false,
  "features": {
    "buildkit": true
  },
  "registry-mirrors": [
    "https://ustc-edu-cn.mirror.aliyuncs.com",
    "https://docker.mirrors.ustc.edu.cn",
    "http://hub-mirror.c.163.com",
    "https://docker.mirrors.ustc.edu.cn",
    "https://registry.docker-cn.com"
  ]
}