Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 861 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 861 Bytes

alpine-bigchaindb

Build Status

A small docker image for bigchaindb running on alpine.

This project is still in alpha, please test extensively before using it 'for real'.

Why alpine linux?

filesize difference between running on ubuntu and alpine

How to run

You can run the image by using the same steps listed on the documentation of bigchaindb.

docker run -d  \
           --name=bigchaindb \
           -p 59984:9984 \
           --restart=always \ 
           -v $HOME/bigchaindb_docker:/data \
           artusvranken/alpine-bigchaindb \
           start