nginx proxy in front of private Docker registry and index.
docker run -d \
-e REGISTRY_HOSTNAME=registry.local \
-e INDEX_HOSTNAME=index.local \
--link docker-registry-container:registry \
--link docker-index-container:index \
-v /etc/local/ssl:/etc/nginx/ssl \
docker-nginx-proxy
Content type
Image
Digest
sha256:db7dcaca6…
Size
52.2 MB
Last updated
almost 11 years ago
docker pull autocom/docker-nginx-proxy