DEV Community

Deploy BigchainDB using Docker Compose

Carlos Nogueira on October 20, 2019

BigchainDB is a "blockchain database".. ..With high throughput, low latency, powerful query functionality, decentralized control, immutable data ...
Collapse
 
inshaaltahir profile image
Inshaal Tahir

Run "docker-compose -f bigchaindb/docker-compose.yaml up -d" with sudo and replace .yaml with .yml

I had to do this while I was installing it on Ubuntu 18.04

Collapse
 
marutinaik95 profile image
Maruti Naik

Hi Carlos,Have you tried docker swarm with Bigchaindb?