Skip to content

encodeering/docker-tomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatically created docker image for tomb

Build Status

Docker

Utility

# armhf
tomb () { docker run -it --privileged -v `pwd`:/mnt/tomb encodeering/tomb-armhf:2.6-alpine "$@"; }
# amd64
tomb () { docker run -it --privileged -v `pwd`:/mnt/tomb encodeering/tomb-amd64:2.6-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

About

Automatically created docker image for tomb

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published