File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ docker run --rm --name docker_registry_proxy -it \
47
47
-v $( pwd) /docker_mirror_cache:/docker_mirror_cache \
48
48
-v $( pwd) /docker_mirror_certs:/ca \
49
49
-e REGISTRIES=" k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \
50
- -e AUTH_REGISTRIES_DELIMITER=" ;;;; " \
51
- -e AUTH_REGISTRY_DELIMITER=" :::: " \
52
- -e AUTH_REGISTRIES=" gcr.io:::: _json_key: :::$( cat servicekey.json) ;;;auth.docker.io:::dockerhub_username:::dockerhub_password" \
50
+ -e AUTH_REGISTRIES_DELIMITER=" ;;;" \
51
+ -e AUTH_REGISTRY_DELIMITER=" :::" \
52
+ -e AUTH_REGISTRIES=" gcr.io:::_json_key:::$( cat servicekey.json) ;;;auth.docker.io:::dockerhub_username:::dockerhub_password" \
53
53
rpardini/docker-registry-proxy:0.2.4
54
54
```
55
55
You can’t perform that action at this time.
0 commit comments