You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ethan Buchman 16cd15b048 expose ports in dockerfile 8 years ago
..
Dockerfile expose ports in dockerfile 8 years ago
README.md Improved README.md 8 years ago
run.sh Docker run.sh passes seeds and moniker; wire json pretty print 9 years ago

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