https://github.com/artus/bigchaindb-docker-compose
A docker-compose script to speed up launch of a bigchaindb node using docker.
https://github.com/artus/bigchaindb-docker-compose
bash bigchaindb blockchain blockchain-technology docker docker-compose
Last synced: about 2 months ago
JSON representation
A docker-compose script to speed up launch of a bigchaindb node using docker.
- Host: GitHub
- URL: https://github.com/artus/bigchaindb-docker-compose
- Owner: artus
- Created: 2018-03-28T14:26:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T11:04:59.000Z (about 8 years ago)
- Last Synced: 2025-06-13T09:46:13.999Z (about 1 year ago)
- Topics: bash, bigchaindb, blockchain, blockchain-technology, docker, docker-compose
- Language: Shell
- Size: 1.95 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bigchaindb-docker-compose
This script can be used to automate the steps explained on the [bigchaindb documentation](https://docs.bigchaindb.com/projects/server/en/latest/appendices/run-with-docker.html) to setup a bigchaindb docker container, but will use the [alpine-bigchaindb image](https://hub.docker.com/r/artusvranken/alpine-bigchaindb/) instead of the [bigchaindb image](https://hub.docker.com/r/bigchaindb/bigchaindb/).
## Running
```shell
sh ./run.sh
```