tendermint/DOCKER
Ethan Buchman 6643e4969f tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
..
Dockerfile tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
README.md Improved README.md 2016-02-04 21:21:13 -08:00
run.sh Docker run.sh passes seeds and moniker; wire json pretty print 2015-10-18 14:44:52 -07:00

README.md

Build and run a docker image and container

# 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