Sign inSign up

beli/electrum

By beli

Updated over 4 years ago

Electrum bitcoin wallet

Image
1

4.2K

beli/electrum repository overview

Electrum docker image

Docker image of Electrum bitcoin wallet.

Locations

Source of this image is hosted on Gitlab.com.

If you find any problems, please post an issue.

The image can be pulled from Docker Hub registry.

Pull or build

The image is built automatically and transparently with Gitlab CI pipeline, pushed to Docker Hub registry and can be pulled using command

docker pull beli/electrum

or if you'd prefer to build it yourself from the source repository

git clone https://gitlab.com/beli-sk/electrum-docker.git
cd electrum-docker/
docker build -t beli/electrum .

Usage

The container uses volume /electrum as Electrum data directory. The volumes should be owned and writable by UID 1000, GID 1000.

The container exposes TCP port 10000 for Xpra.

Run the container in the background

docker run -d -p 10000:10000 beli/electrum

and use Xpra on the host to attach to container's GUI

xpra attach tcp:localhost:10000

Tag summary

Content type

Image

Digest

Size

228.5 MB

Last updated

over 4 years ago

docker pull beli/electrum