Anton Kaliaev
c0e7d05b5c
The main reason is people usually expect docker image to have the same name as the repo. Plus, tendermint is cleaner than tmbase. tmbase would make sense if we had multiple docker images within tendermint, but we don't. |
8 years ago | |
---|---|---|
.. | ||
Dockerfile | update Dockerfile | 8 years ago |
README.md | rename tmbase image to tendermint | 8 years ago |
Tendermint uses docker for deployment of testnets via the mintnet tool.
For the deterministic docker builds used in testing, see the tests directory
These are notes for the dev team.
# Build base Docker image
docker build -t "tendermint/tendermint" -t "tendermint/tendermint:0.8.0" -t "tendermint/tendermint:0.8" .
# Log into dockerhub
docker login
# Push latest build to dockerhub
docker push tendermint/tendermint