fmoledina / eth-docker

Docker automation for Ethereum staking full nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eth-docker: Docker automation for Ethereum consensus and execution clients.

eth-docker, a docker automation project for Ethereum consensus and execution clients.

Getting Started

Please see the official documentation.

For a quick testnet start, you can install prerequisites and configure eth-docker, as a non-root user:

  • sudo apt install -y docker docker-compose git && sudo systemctl enable --now docker
  • cd ~ && git clone https://github.com/eth2-educators/eth-docker.git && cd eth-docker
  • ./ethd config

License

MIT License (MIT)

Version

This is eth-docker v1.5.3

About

Docker automation for Ethereum staking full nodes

License:MIT License


Languages

Language:Shell 84.7%Language:Dockerfile 15.3%