File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
3030
3131``` bash
3232docker 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
You can’t perform that action at this time.
0 commit comments