Dockerfile of the public image ghcr.io/vulpemventures/bitcoin:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/bitcoin:latest
Run the image:
$ docker run -v path/to/bitcoin.conf:/home/bitcoin/.bitcoin -d ghcr.io/vulpemventures/bitcoin:latest
To tag a new image with a new version:
- Create a new folder with
VERSION
as directory name - Modify the GH Action in
.github/workflows/docker-publish.yml
changing the ARGVERSION
with new created folder - Push in master