Pull The Docker Image

Navigate to Your Testnet Folder

Now you need to navigate to the folder you just created. (If you already have PowerShell or Terminal open from Step 1, you can use that.)

Windows (PowerShell):

  1. Navigate to your testnet folder:

    • If you created the folder on your Desktop, use:

      cd Desktop
    • Then go to your folder (replace "XEQ Testnet" with your actual folder name):

      cd "XEQ Testnet"
    • Important: If your folder has spaces in the name, always use quotes around it

    • Or do it all in one command:

      cd Desktop\"XEQ Testnet"

Pull Docker Image - Windows and Linux:

In Powershell, copy and paste the command below. Make sure you navigate to the testnet folder first using "cd"

  docker pull ghcr.io/equilibriahorizon/equilibria-node:latest

Wait for it to finish. This might take a few minutes the first time.

Note: Make sure you're in your testnet folder before running the next command. You should see the folder name in your prompt.

Last updated