https://github.com/exodusmovement/docker-dcrd
Decred docker Image
https://github.com/exodusmovement/docker-dcrd
Last synced: 5 months ago
JSON representation
Decred docker Image
- Host: GitHub
- URL: https://github.com/exodusmovement/docker-dcrd
- Owner: ExodusMovement
- Created: 2018-09-24T12:46:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T21:09:35.000Z (over 7 years ago)
- Last Synced: 2025-06-24T07:03:17.729Z (12 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 34
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-dcrd
Decred: [https://github.com/decred/dcrd](https://github.com/decred/dcrd)
Image location: [https://quay.io/repository/exodusmovement/dcrd](https://quay.io/repository/exodusmovement/dcrd)
Every new dcrd release have own branch where branch name is dcrd version. For each docker image release we create tag `BRANCH_NAME-xxx`, where `xxx` is release version for *current* branch. Docker image with latest tag is used only for development and contain last build (please do not use it for production!).
Branches and releases:
- [1.3.0](https://github.com/ExodusMovement/docker-dcrd/tree/1.3.0)
- [1.3.0-001](https://github.com/ExodusMovement/docker-dcrd/tree/1.3.0-001)
- [1.3.0-002](https://github.com/ExodusMovement/docker-dcrd/tree/1.3.0-002)
- [1.3.0-003](https://github.com/ExodusMovement/docker-dcrd/tree/1.3.0-003)
- [1.3.0-004](https://github.com/ExodusMovement/docker-dcrd/tree/1.3.0-004)
## Usage
### Build the image
> docker build -t dcrd .
### Run example
> docker run -v /mnt/SSD-EVO/dcrd-main:/data -e "DCRD_ARGUMENTS=--datadir=/data" dcrd