remove INSTALL dir, add INSTALL.md, update DOCKER

This commit is contained in:
Ethan Buchman
2016-10-11 23:27:59 -04:00
parent be3592adf6
commit 3f4af438c5
7 changed files with 69 additions and 143 deletions
+11
View File
@@ -1,5 +1,16 @@
# Docker
Tendermint uses docker for deployment of testnets via the [mintnet](github.com/tendermint/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](https://github.com/tendermint/tendermint/tree/master/test)
# Build and run a docker image and container
These are notes for the dev team.
```
# Build base Docker image
# Make sure ./run.sh exists.