Dockerhub节点在国外,国内直接拉取镜像会有些缓慢。为了加速镜像的下载,可以给Docker配置国内的镜像地址

便捷 /etc/docker/daemon.json 添加

{ "registry-mirrors": ["https://7bezldxe.mirror.aliyuncs.com/"] }

 

相关文章:

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