Docker Registry Proxy

Proxy container registries through

✓ Running
Docker
Podman
nerdctl
Pull examples
docker pull /library/nginx docker pull /ghcr/OWNER/IMAGE:TAG docker pull /quay/ORG/IMAGE:TAG docker pull /gcr/PROJECT/IMAGE:TAG docker pull /mcr/dotnet/runtime:8.0
Docker Hub mirror (optional)
Only affects images pulled as docker.io / registry-1.docker.io
{ "registry-mirrors": ["https://"] }
Pull examples
podman pull /library/nginx podman pull /ghcr/OWNER/IMAGE:TAG podman pull /quay/ORG/IMAGE:TAG podman pull /gcr/PROJECT/IMAGE:TAG podman pull /mcr/dotnet/runtime:8.0
Add registry (optional) (/etc/containers/registries.conf)
[[registry]]
location = ""
Pull examples
nerdctl pull /library/nginx nerdctl pull /ghcr/OWNER/IMAGE:TAG nerdctl pull /quay/ORG/IMAGE:TAG nerdctl pull /gcr/PROJECT/IMAGE:TAG nerdctl pull /mcr/dotnet/runtime:8.0
Docker Hub mirror (docker.io only) (/etc/containerd/certs.d/docker.io/hosts.toml)
[host."https://"]
capabilities = ["pull", "resolve"]