Skip to content

avanier/hsxkpasswd-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hsxkpasswd-alpine

hsxkpasswd is a very nice Perl password generator. It is hereby shoved inside a Docker container.

Installation

To build it locally.

$ docker build -t avanier/hsxkpasswd-alpine:local .
$ # And to run it
$ docker run -it --rm avanier/hsxkpasswd-alpine:local

Usage

Or simply pull it from DockerHub.

$ docker pull avanier/hsxkpasswd-alpine
$ docker run -it --rm avanier/hsxkpasswd-alpine

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Releases

No releases published

Packages

No packages published