# 附录

- [附录](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix.md)
- [附录一：常见问题与错误速查](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/faq.md)
- [常见错误处理](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/faq/errors.md)
- [附录二：热门镜像介绍](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo.md)
- [Ubuntu](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/ubuntu.md)
- [CentOS](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/centos.md)
- [Nginx](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/nginx.md)
- [PHP](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/php.md)
- [Node.js](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/nodejs.md)
- [MySQL](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/mysql.md)
- [WordPress](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/wordpress.md)
- [MongoDB](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/mongodb.md)
- [Redis](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/redis.md)
- [Minio](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/repo/minio.md)
- [附录三：Docker 命令查询](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/command.md)
- [客户端命令 - docker](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/command/docker.md)
- [服务端命令 - dockerd](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/command/dockerd.md)
- [附录四：Dockerfile 最佳实践](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/best_practices.md)
- [附录五：如何调试 Docker](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/debug.md)
- [附录六：资源链接](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/resources.md)
- [附录七：术语表](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/glossary.md)
- [附录八：Docker 学习路线图与知识体系](https://yeasy.gitbook.io/docker_practice/fu-lu/appendix/learning_roadmap.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://yeasy.gitbook.io/docker_practice/fu-lu.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.
