Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 522 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 522 Bytes

Docker Bitcoin with OP_CAT

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

Release

To tag a new image with a new version, change the branch in Dockerfile and push it to the repository.