File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ for this to work it requires inserting a root CA certificate into system trusted
30
30
31
31
``` bash
32
32
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 \
36
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" \
37
+ -e AUTH_REGISTRIES=" auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
38
38
rpardini/docker-registry-proxy:0.2.1
39
39
```
40
40
You can’t perform that action at this time.
0 commit comments