# httpd
populate htpasswd
docker run --rm --entrypoint htpasswd httpd:2 `
-Bbn flux flux-12345 |`
Set-Content -Encoding ASCII htpasswd
# httpd
docker run --rm --entrypoint htpasswd httpd:2 `
-Bbn flux flux-12345 |`
Set-Content -Encoding ASCII htpasswd