https://github.com/artus/alpine-bigchaindb
Dockerfile for the bigchaindb docker image running on alpine and python3
https://github.com/artus/alpine-bigchaindb
bigchain bigchaindb blockchain blockchain-technology docker docker-image dockerfile mocha
Last synced: 2 months ago
JSON representation
Dockerfile for the bigchaindb docker image running on alpine and python3
- Host: GitHub
- URL: https://github.com/artus/alpine-bigchaindb
- Owner: artus
- Created: 2018-03-26T09:36:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T09:07:21.000Z (about 8 years ago)
- Last Synced: 2025-04-21T08:56:21.440Z (about 1 year ago)
- Topics: bigchain, bigchaindb, blockchain, blockchain-technology, docker, docker-image, dockerfile, mocha
- Language: JavaScript
- Homepage: https://hub.docker.com/r/artusvranken/alpine-bigchaindb/
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-bigchaindb
[](https://travis-ci.org/artus/alpine-bigchaindb)
## 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?

## How to run
You can run the image by using the same steps listed on [the documentation of bigchaindb.](https://docs.bigchaindb.com/projects/server/en/latest/appendices/run-with-docker.html)
```shell
docker run -d \
--name=bigchaindb \
-p 59984:9984 \
--restart=always \
-v $HOME/bigchaindb_docker:/data \
artusvranken/alpine-bigchaindb \
start
```