🐳 Docker 镜像仓库代理

🚀 代理正常运行

📋 支持的注册表

注册表 目标地址
docker.io 默认 https://registry-1.docker.io
ghcr.io https://ghcr.io
gcr.io https://gcr.io
k8s.io https://registry.k8s.io
quay.io https://quay.io

💡 使用示例

docker pull docker.aak.to/hello-world # Docker Hub (简化用法)
docker pull docker.aak.to/docker.io/hello-world # Docker Hub (完整路径)
docker pull docker.aak.to/ghcr.io/distroless/static # GitHub 容器注册表
docker pull docker.aak.to/gcr.io/google-containers/pause # Google 容器注册表
docker pull docker.aak.to/k8s.io/distroless/static # k8s.io
docker pull docker.aak.to/quay.io/prometheus/node-exporter # Quay.io

📖 兼容 Docker Registry HTTP API V2