Skip to content

Jurrie/HaveIBeenPwned-Downloader-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

HaveIBeenPwned-Downloader in a Docker image

This is just a Docker image for haveibeenpwned-downloader. See HaveIBeenPwned/PwnedPasswordsDownloader on Github for information on the actual project.

Building the image yourself

Checkout this repository, and do a:

docker build . -t haveibeenpwned-downloader:latest

Using the image

First create a volume where the downloaded data will be stored:

docker volume create --label haveibeenpwned-downloader

Then run the image to retrieve the data:

docker run --rm --name haveibeenpwned-downloader -v haveibeenpwned-downloader:/data haveibeenpwned-downloader

The data will be in your volume.

About

A Docker image for HaveIBeenPwned-Downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published