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 19b9cdb commit 97e77ccCopy full SHA for 97e77cc
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.1
+ rpardini/docker-registry-proxy:0.2.2
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