hsxkpasswd
is a very nice Perl password generator. It is hereby shoved inside a Docker container.
To build it locally.
$ docker build -t avanier/hsxkpasswd-alpine:local .
$ # And to run it
$ docker run -it --rm avanier/hsxkpasswd-alpine:local
Or simply pull it from DockerHub.
$ docker pull avanier/hsxkpasswd-alpine
$ docker run -it --rm avanier/hsxkpasswd-alpine
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D