eth-docker, a docker automation project for Ethereum consensus and execution clients.
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-compose && sudo systemctl enable --now docker
cd ~ && git clone https://github.com/eth-educators/eth-docker.git && cd eth-docker
./ethd config
This is eth-docker v1.7.8