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

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.

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
```