use 0.1.0 for invocation example

pull/7/head 0.1.0
Ricardo Pardini 2018-11-04 16:51:58 +01:00
parent 1486d6920e
commit 80bb415d84
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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.private.registry" \
-e AUTH_REGISTRIES="your.own.registry:username:password another.private.registry:user:pass" \
rpardini/docker-registry-proxy:latest
rpardini/docker-registry-proxy:0.1.0
```
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.