Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 800 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 800 Bytes

Automatically created docker image for tomb

Docker

Utility

# armhf
tomb () { docker run -it --privileged -v `pwd`:/mnt/tomb encodeering/tomb-armhf:2.11-alpine "$@"; }
# amd64
tomb () { docker run -it --privileged -v `pwd`:/mnt/tomb encodeering/tomb-amd64:2.11-alpine "$@"; }

Notice

Please make sure that you've implemented a backup strategy prior of using this image, as more things can go wrong when using encrypted data containers.

You may find the following links interesting