We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486d69 commit 80bb415Copy full SHA for 80bb415
README.md
@@ -30,7 +30,7 @@ docker run --rm --name docker_registry_proxy -it \
30
-v $(pwd)/docker_mirror_certs:/ca \
31
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.private.registry" \
32
-e AUTH_REGISTRIES="your.own.registry:username:password another.private.registry:user:pass" \
33
- rpardini/docker-registry-proxy:latest
+ rpardini/docker-registry-proxy:0.1.0
34
```
35
36
Let's say you did this on host `192.168.66.72`, you can then `curl http://192.168.66.72:3128/ca.crt` and get the proxy CA certificate.
0 commit comments