asoltys / docker-bitcoin

Dockerfile of the public image vulpemventures/bitcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dockerfile of the public image vulpemventures/bitcoin

License:MIT License


Languages

Language:Dockerfile 100.0%