Skip to content

xlrl/docker-htpasswd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image to create a htpasswd file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 52.7%
  • Shell 47.3%