3. Initialise docker CLI
Note
Feather pushes the validator images to Docker Hub, which will then be pulled by the GKE cluster. Ensure that you have a valid Docker Hub account before continuing.
Authenticate to Docker Hub via the docker CLI (note that the username should match your Docker Hub username, not your email address):
docker login --username <docker_username>