Dockerfile of the public image ghcr.io/vulpemventures/bitcoin-cat:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/bitcoin-cat:latestRun the image:
$ docker run -v path/to/bitcoin.conf:/home/bitcoin/.bitcoin -d ghcr.io/vulpemventures/bitcoin-cat:latestTo tag a new image with a new version, change the branch in Dockerfile and push it to the repository.