# 附录

本附录汇总了 Docker 相关的常见问题、镜像参考、命令速查、最佳实践、调试方法、官方资源、术语表与学习路线，便于按需查阅。

## 目录

* [**附录一：常见问题与错误速查**](/docker_practice/fu-lu/appendix/faq.md)：汇总学习和使用 Docker 过程中的常见问题与错误解决方案。
* [**附录二：热门镜像介绍**](/docker_practice/fu-lu/appendix/repo.md)：介绍常用官方镜像的用途、基本用法与适用场景。
* [**附录三：Docker 命令查询**](/docker_practice/fu-lu/appendix/command.md)：速查 Docker 客户端和服务端的常用命令。
* [**附录四：Dockerfile 最佳实践**](/docker_practice/fu-lu/appendix/best_practices.md)：提供编写高效、安全 Dockerfile 的指导原则。
* [**附录五：如何调试 Docker**](/docker_practice/fu-lu/appendix/debug.md)：介绍 Docker 调试技巧和工具。
* [**附录六：资源链接**](/docker_practice/fu-lu/appendix/resources.md)：提供官方文档、发布页和参考入口。
* [**附录七：术语表**](/docker_practice/fu-lu/appendix/glossary.md)：统一全书中英文术语、缩写与命令写法。
* [**附录八：Docker 学习路线图与知识体系**](/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/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.
