docker-registry-proxy
docker-registry-proxy copied to clipboard
env AUTH_REGISTRIES_RAW
Adding an ability to specify raw contents of /etc/nginx/docker.auth.map. Can be used along with AUTH_REGISTRIES if needed.
providing raw contents of the auth.map file allows me to
- hide plain-text credentials from the
ps -efoutput - reuse existing
auth.mapfile as-is, w/o needing to parse and reformat it into host:user:pass format