Skip to content

Ulisses1478/bitcoin-gui-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bitcoinwallet-gui-docker

This is an docker for BITCOIN Wallet inside an docker with xfce gui, I made this with the objective of dont have 120+ gigs in my pc so i put it on my server.

This image is based on https://hub.docker.com/r/consol/ubuntu-xfce-vnc/

Required

To use this docker image you need to have docker installed.

To install

This will download the image to your pc

docker pull ulisses1478/bitcoinwallet-gui

To Run

This will make the container start with vnc only

docker run -d -p 5901:5901 ulisses1478/bitcoinwallet-gui 

or

If you want the NoVnc

docker run -d -p 6901:6901 ulisses1478/bitcoinwallet-gui

or BOTH

docker run -d -p 5901:5901 -p 6901:6901 ulisses1478/bitcoinwallet-gui

If you want to put the files of the bitcoinwallet-gui outside the container

docker run -d -p 5901:5901 ulisses1478/bitcoinwallet-gui

RUNNING bitcoin-gui

You just need to run the desktop bitcoinwallet app

Costumize the background image

For this you will need to build your own image first you download or fork this repo and change the image with the name bh_sakuli.png and replace with the same name.

Directory for the image

src/common/xfce/.config/bg_sakuli.png

To Build

You run this command and replace the , , for one that you want. THE COMAND NEEDED TO BE RUN WHERE DOCKERFILE IS

docker build -t <user>/<repo>:<tag> .

About

This is a vnc bitcoin gui docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published