Skip to content

Commit 80bb415

Browse files
committed
use 0.1.0 for invocation example
1 parent 1486d69 commit 80bb415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker run --rm --name docker_registry_proxy -it \
3030
-v $(pwd)/docker_mirror_certs:/ca \
3131
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.private.registry" \
3232
-e AUTH_REGISTRIES="your.own.registry:username:password another.private.registry:user:pass" \
33-
rpardini/docker-registry-proxy:latest
33+
rpardini/docker-registry-proxy:0.1.0
3434
```
3535

3636
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

Comments
 (0)