Skip to content

Commit 19b9cdb

Browse files
committed
update README, remove whitespace from example invocation
1 parent 8b03786 commit 19b9cdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ for this to work it requires inserting a root CA certificate into system trusted
3030

3131
```bash
3232
docker run --rm --name docker_registry_proxy -it \
33-
-p 0.0.0.0:3128:3128 \
34-
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
35-
-v $(pwd)/docker_mirror_certs:/ca \
33+
-p 0.0.0.0:3128:3128 \
34+
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
35+
-v $(pwd)/docker_mirror_certs:/ca \
3636
-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" \
37+
-e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
3838
rpardini/docker-registry-proxy:0.2.1
3939
```
4040

0 commit comments

Comments
 (0)