/hsxkpasswd-alpine

hsxkpasswd inside an Alpine Docker container.

Primary LanguageDockerfileBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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