An open API service indexing awesome lists of open source software.

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

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