Skip to content

artus/alpine-bigchaindb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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