With the imminent launch of the Etherium 2.0 mainnet, I thought it would be good to do a quick write-up on how to quickly setup everything you need to become a validator on a single machine using Docker.
So assuming you already have Docker installed (I have it installed on a Ubuntu 18.10 host), you’ll need to run the following applications:
We’re going to run the containers with --restart=always
to make sure that it automatically restarts the container after a host restart. …
About