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