# 附录

- [附录一：常见问题总结](https://hezhiqiang.gitbook.io/docker/appendix/faq.md)
- [附录二：热门镜像介绍](https://hezhiqiang.gitbook.io/docker/appendix/repo.md)
- [Ubuntu](https://hezhiqiang.gitbook.io/docker/appendix/repo/ubuntu.md)
- [CentOS](https://hezhiqiang.gitbook.io/docker/appendix/repo/centos.md)
- [Nginx](https://hezhiqiang.gitbook.io/docker/appendix/repo/nginx.md)
- [PHP](https://hezhiqiang.gitbook.io/docker/appendix/repo/php.md)
- [Node.js](https://hezhiqiang.gitbook.io/docker/appendix/repo/nodejs.md)
- [MySQL](https://hezhiqiang.gitbook.io/docker/appendix/repo/mysql.md)
- [WordPress](https://hezhiqiang.gitbook.io/docker/appendix/repo/wordpress.md)
- [MongoDB](https://hezhiqiang.gitbook.io/docker/appendix/repo/mongodb.md)
- [Redis](https://hezhiqiang.gitbook.io/docker/appendix/repo/redis.md)
- [附录三：Docker 命令查询](https://hezhiqiang.gitbook.io/docker/appendix/command.md)
- [客户端命令 (docker)](https://hezhiqiang.gitbook.io/docker/appendix/command/docker.md)
- [服务端命令 (dockerd)](https://hezhiqiang.gitbook.io/docker/appendix/command/dockerd.md)
- [附录四：Dockerfile 最佳实践](https://hezhiqiang.gitbook.io/docker/appendix/best_practices.md)
- [附录五：如何调试 Docker](https://hezhiqiang.gitbook.io/docker/appendix/debug.md)
- [附录六：资源链接](https://hezhiqiang.gitbook.io/docker/appendix/resources.md)


---

# 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/appendix.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.
