docker run --entrypoint htpasswd httpd:2 -Bbn <user> <pass>


https://www.docker.com/blog/how-to-use-the-apache-httpd-docker-official-image/
https://httpd.apache.org/docs/current/misc/password_encryptions.html
https://httpd.apache.org/docs/current/programs/htpasswd.html