taylorshi

1、进入阿里云的容器镜像服务,找到镜像中心的镜像加速器。
https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

2、进入Docker For Windows的Setting,找到Daemon,切换设置开关到Advanced,把你的阿里云加速地址填进去,并且Apply即可。

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

or docker v19如下图所示。

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2021-08-06
  • 2022-02-17
  • 2021-12-05
  • 2021-12-05
  • 2021-12-05
  • 2021-08-25
猜你喜欢
  • 2021-12-05
  • 2021-12-07
  • 2022-01-19
  • 2021-12-05
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案