# Windows

### Prerequisites

1. Install Windows Subsystem for Linux with WSL 2 Enabled.

### Installation Guide

1. Navigate to <https://hub.docker.com/editions/community/docker-ce-desktop-windows/>
2. Click Get Docker Button and download docker for desktop
3. When prompted, ensure the Enable Hyper-V Windows Features option is selected on the Configuration page.
4. Follow the usual installation instructions to install Docker Desktop.
5. If your admin account is different from your user account, you must add the user to the docker-users group. Run Computer Management as an administrator and navigate to  Local Users and Groups > Groups > docker-users. Right-click to add the user to the group. Log out and log back in for the changes to take effect.
6. Start Docker Desktop from the Windows Start menu.
7. From the Docker menu, select Settings > General.
8. Enable Use WSL 2 Based Engine Option.
9. Go to Settings > Resources > WSL Integration and Select from your installed WSL 2 distributions
10. Click Apply & Restart
11. To confirm that Docker has been installed, open a Ubuntu Terminal and check the docker version using

```
docker --version
```

Reference:&#x20;

* <https://docs.microsoft.com/en-us/windows/wsl/install-win10>
* <https://docs.docker.com/docker-for-windows/install/>


---

# 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.aurras.hugobyte.com/dependencies/docker/environments/windows.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.
