# Docker Installation and Setup Tutorial（Window Version）

## 1. Docker Download

Visit the official Docker website: <https://docs.docker.com/>

<figure><img src="/files/8ysINGJcAgCGD6scZSwt" alt=""><figcaption></figcaption></figure>

On the new page, select the program compatible with your Windows version.

<figure><img src="/files/J422q8iIaesShrJaw6bn" alt=""><figcaption></figcaption></figure>

On the installation page, select the appropriate program version for your chip type.

<figure><img src="/files/ituBSMpSXtQlNWG0KW62" alt=""><figcaption></figcaption></figure>

For example, if your local computer version is x86\_64, select ***"Docker Desktop for Windows-x86\_64"*** to download and Install.<br>

## 2. Docker Installation

Open and install the downloaded Docker installation file.

<figure><img src="/files/V679IApXB67sCMfBTfFh" alt=""><figcaption></figcaption></figure>

The Docker program will initialize.

<figure><img src="/files/NmWS89gmJaMjewvUYdnF" alt=""><figcaption></figcaption></figure>

On the new page, ensure **"WSL 2"** and **"Add desktop shortcut"** are checked, then click **"OK"** to complete the setup.

<figure><img src="/files/mhYMKtiBYF5gGrOrR92P" alt=""><figcaption></figcaption></figure>

Docker will install the necessary components.

<figure><img src="/files/TTZTfcY8bhl6Ka0nP26e" alt=""><figcaption></figcaption></figure>

At this point, Docker is successfully installed.<br>

## 3. Docker Registration and Configuration

Double-click the Docker desktop shortcut to open the Docker application, then follow these steps to complete registration and configuration.

### Docker Registration

<figure><img src="/files/wX7uGY4M2ZO4G2LAdEFW" alt=""><figcaption></figcaption></figure>

As shown in the above figure, click Accept to proceed to the next step.

<figure><img src="/files/z8xmihVijwjztMDhMirm" alt=""><figcaption></figcaption></figure>

Click **"Skip Survey"** to continue.

<figure><img src="/files/3UVMkRanLtPE4YLxpQhZ" alt=""><figcaption></figcaption></figure>

Docker requires users to have an account for further operations. Click **"Sign Up"** to register.

<figure><img src="/files/9Tu1pq9Ts97Z2F7mzFq9" alt=""><figcaption></figcaption></figure>

On the Docker registration page, fill in your email, username, and password.&#x20;

**Note:** The checkbox in the image above does not need to be selected.&#x20;

Complete the verification process using the email account provided. You have now successfully registered a Docker account.

### Docker Login

<figure><img src="/files/4DVZVB3LoZwEGBYobEFv" alt=""><figcaption></figcaption></figure>

Use your registered information to log in to Docker.

<figure><img src="/files/2qEqiU7W32ThOV8DH0fj" alt=""><figcaption></figcaption></figure>

Upon successful login, the Docker desktop application will launch, as shown above.

<figure><img src="/files/a4ommPcJRjMLiV9kk5ll" alt=""><figcaption></figcaption></figure>

At this point, the user will have successfully logged into the Docker desktop application.<br>

### Docker Configuration

Click the settings button to configure Docker.

<figure><img src="/files/gJHBZJIEvnpoxDMWxLhA" alt=""><figcaption></figcaption></figure>

Check the relevant options as shown in the image below to complete the configuration.

<figure><img src="/files/d8dek7CGdx4viirazRBK" alt=""><figcaption></figcaption></figure>

After completing the Docker configuration, click **"Apply & restart"** to apply the settings and restart the Docker application.

<figure><img src="/files/BUXQXzy5UgRhwmwCCwa6" alt=""><figcaption></figcaption></figure>

At this stage, you have completed all necessary Docker operations and can start GPU Mining mode.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emc.network/emc-testnet/emc-airdrop-guidelines/testnet-tutorial-guide/windows-tutorial/docker-installation-and-setup-tutorial-window-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
