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

# Introduction

讨论 Docker 技术的一本极速、无废话教程。

## 引言

## 目标读者

## 本书目的

## 内容一览

* 第一章 基本概念与操作
* 第二章 镜像与容器管理
* 第三章 数据卷与网络管理
* 第四章 Docker 安全及维护
* 第五章 编写 Dockerfile
* 第六章 Docker 运维技术
  * Docker Compose
  * Docker Swarm
  * Kubernetes&#x20;
* 第七章 Docker API 及其开发

## 交流

## GitHub

## 版权声明

\
本教程系 [欧长坤](https://changkun.us/) 原创，采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)进行许可。


---

# 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://changkun.gitbook.io/docker/master.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.
