Create htpasswd entry without installing apache tools
Posted on September 14, 2017
Here is a one-liner that will create an htpasswd entry without apache installed.
$docker run --rm -ti xmartlabs/htpasswd > htpasswd
Here is a one-liner that will create an htpasswd entry without apache installed.
$docker run --rm -ti xmartlabs/htpasswd > htpasswd