mac docker Desktop daemon.json 配置

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "experimental": false,
  "features": {
    "buildkit": false
  },
  "log-driver": "json-file",
  "registry-mirrors": [
    "https://hub-mirror.c.163.com",
    "https://mirror.baidubce.com",
    "https://dockerhub.azk8s.cn"
  ]
}

posted @ 2022-07-28 10:29  lambertlt  阅读(687)  评论(0编辑  收藏  举报