Docker registry 2.0 with added ability to specify htpasswd contents as an environment variable (rather than needing to be baked-in to image, or mounted from a host volume). eg: where REGISTRY_PASSWORD_LIST is a string containing newline-separated user:password-hash values. environment: REGISTRY_AUTH: htpasswd REGISTRY_AUTH_HTPASSWD_PATH: /auth/htpasswd REGISTRY_AUTH_HTPASSWD_REALM: Registry Realm REGISTRY_HTTP_SECRET: my-secret-guid REGISTRY_PASSWORD_LIST: 'user1:hashed-password-1 user2:hashed-password-2'
Content type
Image
Digest
Size
8.8 MB
Last updated
over 4 years ago
docker pull ccctechcenter/registry