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 7737bf8 commit d9bce2bCopy full SHA for d9bce2b
README.md
@@ -35,7 +35,7 @@ docker run --rm --name docker_registry_proxy -it \
35
-v $(pwd)/docker_mirror_certs:/ca \
36
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \
37
-e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
38
- rpardini/docker-registry-proxy:0.2.2
+ rpardini/docker-registry-proxy:0.2.3
39
```
40
41
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