https://github.com/vulpemventures/docker-bitcoin
Dockerfile of the public image vulpemventures/bitcoin
https://github.com/vulpemventures/docker-bitcoin
Last synced: 12 months ago
JSON representation
Dockerfile of the public image vulpemventures/bitcoin
- Host: GitHub
- URL: https://github.com/vulpemventures/docker-bitcoin
- Owner: vulpemventures
- License: mit
- Created: 2019-04-04T12:12:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T12:36:58.000Z (over 1 year ago)
- Last Synced: 2025-06-30T15:56:59.122Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker bitcoin
Dockerfile of the public image [ghcr.io/vulpemventures/bitcoin:latest](https://github.com/orgs/vulpemventures/packages/container/package/bitcoin)
Pull the image:
```bash
$ docker pull ghcr.io/vulpemventures/bitcoin:latest
```
Run the image:
```bash
$ 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