tendermint/DOCKER
Ethan Buchman 3f4af438c5 remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
..
Dockerfile tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
README.md remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
run.sh Docker run.sh passes seeds and moniker; wire json pretty print 2015-10-18 14:44:52 -07:00

README.md

Docker

Tendermint uses docker for deployment of testnets via the mintnet tool.

For faster development iterations (ie. to avoid docker builds), the dockerfile just sets up the OS, and tendermint is fetched/installed at runtime.

For the deterministic docker builds used in testing, see the tests directory

Build and run a docker image and container

These are notes for the dev team.

# Build base Docker image
# Make sure ./run.sh exists.
docker build -t tendermint/tmbase -f Dockerfile .

# Log into dockerhub
docker login

# Push latest build to dockerhub
docker push tendermint/tmbase