Sign inSign up

xlrl/htpasswd

By xlrl

•Updated almost 7 years ago

Run `htpasswd` without installing anything.

Image
0

984

xlrl/htpasswd repository overview

⁠htpasswd

Run htpasswd without installing it locally.

⁠Usage

Show available options:

docker run --rm -ti xlrl/htpasswd --help

If you want to work with a file you need to mount it into the container (in this example we use htpasswd):

docker run --rm -ti -v $PWD/htpasswd:/var/htpasswd xlrl/htpasswd -B /var/htpasswd $1

You can find this script in this repository: htpasswd.sh.

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

almost 7 years ago

docker pull xlrl/htpasswd