Docker images published from git repo rahulsrma26/dockers/archiver
293
This docker archives and encrypts directories for uploading to untrusted hosts (like public cloud) as an added layer of security.
You can check source in github repo: rahulsrma26/dockers
docker pull welcometors/archiver
You need to mount source and destination paths for the conversion. Running for the first time or to update gpg key we need to set IMPORT env variable and mount directory for public key.
docker run --name archiver1 -v <src-path>:/convert/from -v <dst-path>:/convert/to -e [email protected] -v <key-dir>:/import -e IMPORT=true welcometors/archiver
After that we can start it normally.
docker container start archiver1
Content type
Image
Digest
sha256:22b1f10d0…
Size
9.7 MB
Last updated
over 3 years ago
docker pull welcometors/archiver