# Docker 管理指令

|     **管理指令**     |     **说明**     |
| :--------------: | :------------: |
| docker container |     用于管理容器     |
|   docker image   |     用于管理镜像     |
|  docker network  |  用于管理Docker网络  |
|    docker node   |  用于管理Swarm集群节点 |
|   docker plugin  |     用于管理插件     |
|   docker secret  |  用于管理Docker机密  |
|  docker service  | 用于管理Docker一些服务 |
|   docker stack   |  用于管理Docker堆栈  |
|   docker swarm   |    用于管理Swarm   |
|   docker system  |   用于管理Docker   |
|   docker volume  |     用于管理数据卷    |


---

# 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://docker.shujuwajue.com/docker-de-shi-yong/docker-ke-hu-duan-chang-yong-ming-ling/docker-guan-li-zhi-ling.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.
