update README to refer to 0.2.2, which is only cosmetic

pull/7/head 0.2.2
Ricardo Pardini 2018-11-04 17:35:39 +01:00
parent 19b9cdba0b
commit 97e77ccc56
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ docker run --rm --name docker_registry_proxy -it \
-v $(pwd)/docker_mirror_certs:/ca \
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \
-e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
rpardini/docker-registry-proxy:0.2.1
rpardini/docker-registry-proxy:0.2.2
```
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.