/docker-htpasswd

Docker image to create a htpasswd file

Apache License 2.0Apache-2.0

htpasswd

Usage

To generate a password file:

docker run --rm -ti xmartlabs/htpasswd <username> <password> > htpasswd

This will use bcrypt encryption.