Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 640 Bytes

Docker bitcoin

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

Release

To tag a new image with a new version:

  1. Create a new folder with VERSION as directory name and change the Dockerfiles ARG VERSION
  2. Modify the GH Action in .github/workflows/docker-publish.yml changing VERSION env var
  3. Push in master