2016-02-05 23:46:45 -05:00
..
2016-02-05 23:46:45 -05:00
2016-02-04 21:21:13 -08:00

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