var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=2&rec=1&url=https://feather.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

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>