«
docker镜像站加速

时间:2025-3-11    作者:熊永生    分类: 其他


docker镜像站加速

阿里云 https://sgo4anlr.mirror.aliyuncs.com
{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "experimental": false,
  "registry-mirrors": [
    "https://sgo4anlr.mirror.aliyuncs.com",
    "https://docker.1panel.live",
    "https://hub.rat.dev",
    "https://docker.m.daocloud.io"
  ]
}
自动获取可以的镜像源地址
docker run --rm --name=dkturbo -v /etc/docker:/etc/docker -v /opt:/opt -e MODE=registry -e REGISTRY=auto --pid=host --privileged registry.cn-shenzhen.aliyuncs.com/cp0204/dkturbo:main