Skip to content

Instantly share code, notes, and snippets.

@JohannesBertens
Created September 12, 2018 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohannesBertens/e573574078aa3f3c77d2cc3e1cd835e9 to your computer and use it in GitHub Desktop.
Save JohannesBertens/e573574078aa3f3c77d2cc3e1cd835e9 to your computer and use it in GitHub Desktop.
Geth-init Dockerfile
FROM ethereum/client-go:alpine
ADD genesis.json .
CMD ["init", "genesis.json"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment