# 附录二：热门镜像介绍

本附录介绍常用官方镜像的用途、基本用法与适用场景，便于快速查阅。

## 目录

* [Ubuntu](/docker_practice/fu-lu/appendix/repo/ubuntu.md)：Ubuntu 官方镜像的使用方法。
* [CentOS](/docker_practice/fu-lu/appendix/repo/centos.md)：CentOS 镜像与替代发行版的说明。
* [Nginx](/docker_practice/fu-lu/appendix/repo/nginx.md)：Nginx 官方镜像的使用方法。
* [PHP](/docker_practice/fu-lu/appendix/repo/php.md)：PHP 官方镜像的使用方法。
* [Node.js](/docker_practice/fu-lu/appendix/repo/nodejs.md)：Node.js 官方镜像的使用方法。
* [MySQL](/docker_practice/fu-lu/appendix/repo/mysql.md)：MySQL 官方镜像的使用方法。
* [WordPress](/docker_practice/fu-lu/appendix/repo/wordpress.md)：WordPress 官方镜像的使用方法。
* [MongoDB](/docker_practice/fu-lu/appendix/repo/mongodb.md)：MongoDB 官方镜像的使用方法。
* [Redis](/docker_practice/fu-lu/appendix/repo/redis.md)：Redis 官方镜像的使用方法。
* [MinIO](/docker_practice/fu-lu/appendix/repo/minio.md)：MinIO 官方镜像的使用方法。


---

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