https://github.com/synonymdev/docker-omnicore
Docker for Omni Layer
https://github.com/synonymdev/docker-omnicore
bitcoin docker omni
Last synced: 9 months ago
JSON representation
Docker for Omni Layer
- Host: GitHub
- URL: https://github.com/synonymdev/docker-omnicore
- Owner: synonymdev
- License: mit
- Archived: true
- Created: 2021-07-13T15:21:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T12:23:33.000Z (over 4 years ago)
- Last Synced: 2025-05-18T13:02:02.487Z (11 months ago)
- Topics: bitcoin, docker, omni
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- 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/synonymdev/docker-omnicore: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
2) Modify the GH Action in `.github/workflows/docker-publish.yml` changing the ARG `VERSION` with new created folder
3) Push in master