> For the complete documentation index, see [llms.txt](https://hezhiqiang-1.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang-1.gitbook.io/linux/docker.md).

# Docker 教程

* [Docker 快速入门](/linux/docker/docker-quickstart.md)
* [Dockerfile 最佳实践](/linux/docker/docker-dockerfile.md)
* [Docker Cheat Sheet](/linux/docker/docker-cheat-sheet.md)

## 资源

* **官方**
  * [Docker 官网](http://www.docker.com)
  * [Docker Github](https://github.com/moby/moby)
  * [Docker 官方文档](https://docs.docker.com/)
  * [Docker Hub](https://hub.docker.com/)
  * [Docker 开源](https://www.docker.com/community/open-source)
* **资源整理**
  * [Awesome Docker](https://github.com/veggiemonk/awesome-docker)
* **教程**
  * [Docker — 从入门到实践](https://github.com/yeasy/docker_practice) - 非常详尽的 Docker 中文教程
  * [Docker 中文网站](https://www.docker-cn.com/)
  * [Docker 安装手册](https://docs.docker-cn.com/engine/installation/)
* **镜像**
  * [时速云镜像仓库](https://hub.tenxcloud.com/)
  * [网易云镜像服务](https://c.163.com/hub#/m/library/)
  * [DaoCloud 镜像市场](https://hub.daocloud.io/)
  * [阿里云镜像库](https://cr.console.aliyun.com/)
* **文章**
  * [Docker 入门教程](http://www.ruanyifeng.com/blog/2018/02/docker-tutorial.html)
  * [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet/tree/master/zh-cn)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hezhiqiang-1.gitbook.io/linux/docker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
