> For the complete documentation index, see [llms.txt](https://xeqmlabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeqmlabs.gitbook.io/docs/documentation/guides/mainnet/pull-the-docker-image.md).

# 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 "XEQMMainnet"
     ```
   * **Important:** If your folder has spaces in the name, **always use quotes** around it
   * Or do it all in one command:

     ```
     cd Desktop\"XEQMMainnet"
     ```

**Pull Docker Image - Windows and Linux:**&#x20;

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.
