Skip to content

encodeering/docker-electrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatically created docker image for electrum

Build Status

Docker

Utility

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published