Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Aug 16, 2024
1 parent 54c9101 commit 5504135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ COPY --from=base-build /go/bin/cosmovisor /go/bin/go-getter /usr/local/bin

COPY run.sh /run.sh

VOLUME /root/.zetacored/data/

ENTRYPOINT ["/run.sh"]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
zetacored-docker is a simple way to run snapshot based `zetacored` in docker. It will automatically download the correct `zetacored` version based on the latest snapshot height. It will also automatically upgrade to the latest version of `zetacored` at upgrade height to ensure minimal downtime.

The only environment variable you must set is `MONIKER`. See `run.sh` for the other variables you may set.

0 comments on commit 5504135

Please sign in to comment.