You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Anton Kaliaev 5f6de800a0
rename TMROOT to TMHOME (Refs #431)
7 years ago
..
Dockerfile rename TMROOT to TMHOME (Refs #431) 7 years ago
Dockerfile.develop rename TMROOT to TMHOME (Refs #431) 7 years ago
Makefile add Makefile for docker files [ci skip] [circleci skip] 7 years ago
README.md update docker readme [ci skip] [circleci skip] 7 years ago

README.md

Supported tags and respective Dockerfile links

develop tag points to the develop branch.

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 dummy 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

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.

Supported Docker versions

This image is officially supported on Docker version 1.13.1.

Support for older versions (down to 1.6) is provided on a best-effort basis.

Please see the Docker installation documentation for details on how to upgrade your Docker daemon.

License

View license information for the software contained in this image.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue. If the issue is related to a CVE, please check for a cve-tracker issue on the official-images repository first.

You can also reach the image maintainers via Slack.

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.