Generate gpg keys without polluting your local machine.
1.2K
Use dperuo/gpg-key-gen to generate new gpg keys without touching your local machine.
The image launches a temporary container with an interactive command shell so you can generate your keys.
docker pull dperuo/gpg-key-gen
With a mounted volume to export keys to another machine:
docker run -it --rm -v ${PWD}:/home/export dperuo/gpg-key-gen
Or without a mounted volume:
docker run -it --rm dperuo/gpg-key-gen

š¤ Derek Peruo
Contributions, issues and feature requests are welcome!
Feel free to check issues pageā .
Give a āļø if this project helped you!
Copyright Ā© 2020 Derek Peruoā .
This project is MITā licensed.
This README was generated with ā¤ļø by readme-md-generatorā
Content type
Image
Digest
Size
8.7 MB
Last updated
over 4 years ago
docker pull dperuo/gpg-key-gen