# Windows 10

## 系统要求

[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/) 支持 64 位版本的 Windows 10 Pro，且必须开启 Hyper-V。

## 安装

点击以下链接下载 [Stable](https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe) 或 [Edge](https://download.docker.com/win/edge/Docker%20Desktop%20Installer.exe) 版本的 Docker Desktop for Windows。

下载好之后双击 `Docker Desktop Installer.exe` 开始安装。

## 运行

在 Windows 搜索栏输入 Docker 点击 Docker for Windows 开始运行。

![](/files/-LxzTvGj_2cS44CHU-T9)

Docker CE 启动之后会在 Windows 任务栏出现鲸鱼图标。

![](/files/-LxzTvGljn_zI8cpQ-pW)

等待片刻，点击 Got it 开始使用 Docker CE。

![](/files/-LxzTvGnW-gIua5Y-DvH)

## 镜像加速

如果在使用过程中发现拉取 Docker 镜像十分缓慢，可以配置 Docker [国内镜像加速](/docker/install/mirror.md)。

## 参考链接

* [官方文档](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://hezhiqiang.gitbook.io/docker/install/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.
