# 附录六：资源链接

本页只保留适合作为一手核验入口的官方资源，便于查版本、查命令、查发布说明和查最佳实践。

## 官方入口

* [Docker 文档](https://docs.docker.com/)
* [Docker 入门指南](https://docs.docker.com/get-started/)
* [Docker 发行说明](https://docs.docker.com/engine/release-notes/)
* [Docker Desktop 发行说明](https://docs.docker.com/desktop/release-notes/)
* [Docker Compose 安装](https://docs.docker.com/compose/install/)
* [Docker Hub 文档](https://docs.docker.com/docker-hub/)
* [Docker Blog](https://www.docker.com/blog/)
* [Docker Roadmap](https://github.com/docker/roadmap)
* [Kubernetes 文档](https://kubernetes.io/docs/)
* [Kubernetes 发布页](https://kubernetes.io/releases/)
* [kubeadm 安装文档](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
* [containerd 文档](https://containerd.io/docs/)
* [GitHub Actions 文档](https://docs.github.com/en/actions)
* [Drone 文档](https://docs.drone.io/)

## 参考文档

* [Docker CLI 参考](https://docs.docker.com/engine/reference/commandline/docker/)
* [Dockerfile 参考](https://docs.docker.com/reference/dockerfile/)
* [Docker 构建最佳实践](https://docs.docker.com/build/building/best-practices/)
* [Docker 远端应用 API](https://docs.docker.com/develop/sdk/)
* [Docker 存储文档](https://docs.docker.com/engine/storage/)
* [Docker 网络文档](https://docs.docker.com/engine/network/)

## 源码仓库

* [Moby 源代码仓库](https://github.com/moby/moby)


---

# 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://yeasy.gitbook.io/docker_practice/fu-lu/appendix/resources.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.
