A dockerized image to run gnupg
commands based on Alpine:3.15
To check if the image is working, run this command.
docker run --rm -v "$PWD:/home/mount" safesecurity/gnupg:latest
To run any other gpg
command, use the following command (do not start the command with gpg
)
docker run --rm -v "$PWD:/home/mount" safesecurity/gnupg:latest <command here>
For Example:
docker run --rm -v "$PWD:/home/mount" safesecurity/gnupg:latest --version