https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

针对安装了Docker for Mac的用户,您可以参考以下配置步骤:
在任务栏点击 Docker Desktop 应用图标 -> Perferences,在左侧导航菜单选择 Docker Engine,在右侧输入栏编辑 json 文件。将https://4cupt54x.mirror.aliyuncs.com加到"registry-mirrors"的数组里,点击 Apply & Restart按钮,等待Docker重启并应用配置的镜像加速器。

配置举例:

{
  "debug": true,
  "experimental": false,
  "registry-mirrors": [
    "https://4cupt54x.mirror.aliyuncs.com"
  ]
}

相关文章:

  • 2021-08-11
  • 2021-11-12
  • 2021-10-08
  • 2021-06-26
  • 2021-04-30
  • 2022-12-23
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2021-04-29
  • 2022-12-23
  • 2021-12-05
  • 2021-10-09
相关资源
相似解决方案