docker 加速

mac

  • ~/.docker/daemon.json
  • 添加如下配置
{
  "registry-mirrors": ["https://registry.docker-cn.com"]
}