# 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 "$@"; }
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