Sign inSign up

welcometors/archiver

By welcometors

Updated over 3 years ago

Docker images published from git repo rahulsrma26/dockers/archiver

Image
0

293

welcometors/archiver repository overview

Archiver

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

Pull Image

docker pull welcometors/archiver

Run

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

Tag summary

Content type

Image

Digest

sha256:22b1f10d0

Size

9.7 MB

Last updated

over 3 years ago

docker pull welcometors/archiver