tendermint/DOCKER
Anton Kaliaev e01650f21d
fix Dockerfile.develop
2018-02-27 18:02:40 +04:00
..
Dockerfile update docker 2018-01-09 11:04:37 -06:00
Dockerfile.develop fix Dockerfile.develop 2018-02-27 18:02:40 +04:00
Makefile [docker] build and push scripts [ci skip] 2017-06-26 12:05:34 +04:00
README.md rename dummy to kvstore (#1223) 2018-02-27 18:01:10 +04:00
build.sh [docker] build and push scripts [ci skip] 2017-06-26 12:05:34 +04:00
push.sh [docker] build and push scripts [ci skip] 2017-06-26 12:05:34 +04:00

README.md

Supported tags and respective Dockerfile links

develop tag points to the develop branch.

Quick reference

Tendermint

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and securely replicates it on many machines.

For more background, see the introduction.

To get started developing applications, see the application developers guide.

How to use this image

Start one instance of the Tendermint core with the kvstore app

A very simple example of a built-in app and Tendermint core in one container.

docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint init
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint node --proxy_app=kvstore

mintnet-kubernetes

If you want to see many containers talking to each other, consider using mintnet-kubernetes, which is a tool for running Tendermint-based applications on a Kubernetes cluster.

License

View license information for the software contained in this image.

User Feedback

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.