Skip to content

Safe-Security/docker-gpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GnuPG Docker Image

A dockerized image to run gnupg commands based on Alpine:3.15

Usage

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

About

Dockerized version of the gpg utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published