Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 168 Bytes

generating-htpasswd.md

File metadata and controls

7 lines (5 loc) · 168 Bytes

Generating .htpasswd

You need to add a -B flag to force bcrypt

docker run --entrypoint htpasswd registry:2 -Bbn testuser testpassword > auth/htpasswd