docker远程仓库配置:

vim ~/.docker/daemon.json
{
"registry-mirrors" : [
"https://registry.docker-cn.com",
"https://docker.mirrors.ustc.edu.cn",
"http://hub-mirror.c.163.com",
"https://cr.console.aliyun.com/"
]
}

 

Docker镜像下载及加速器设置

 

相关文章:

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