Docker Desktop for Mac 如何配置镜像加速

推荐使用阿里云,速度快到飞起

tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://c8it25aj.mirror.aliyuncs.com"]
}
EOF
systemctl daemon-reload && systemctl restart docker

相关文章:

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