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

# Docker

- [理论概述](https://wiki.opskumu.com/docker/chapter1.md)
- [安装入门](https://wiki.opskumu.com/docker/chapter2.md)
- [配置说明](https://wiki.opskumu.com/docker/chapter3.md)
- [基础命令](https://wiki.opskumu.com/docker/chapter4.md)
- [镜像构建](https://wiki.opskumu.com/docker/chapter5.md)
- [镜像存储](https://wiki.opskumu.com/docker/jing-xiang-cun-chu.md)
- [OverlayFS 存储驱动](https://wiki.opskumu.com/docker/jing-xiang-cun-chu/docker-overlayfs.md)
- [Habor 安装和升级标注](https://wiki.opskumu.com/docker/jing-xiang-cun-chu/harbor.md)
- [Compose](https://wiki.opskumu.com/docker/compose.md)
- [Compose 概览](https://wiki.opskumu.com/docker/compose/docker-compose-overview.md)
- [Compose 安装](https://wiki.opskumu.com/docker/compose/docker-compose-install.md)
- [Compose 入门](https://wiki.opskumu.com/docker/compose/docker-compose-getting-started.md)
- [Compose 环境变量](https://wiki.opskumu.com/docker/compose/docker-compose-envs.md)
- [Compose 服务扩展](https://wiki.opskumu.com/docker/compose/docker-compose-extends.md)
- [Compose 网络](https://wiki.opskumu.com/docker/compose/docker-compose-network.md)
- [Compose 生产实践](https://wiki.opskumu.com/docker/compose/docker-compose-production.md)
- [Compose 启动顺序控制](https://wiki.opskumu.com/docker/compose/docker-compose-startup-order.md)


---

# 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://wiki.opskumu.com/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.
