# usage

- [Docker docker-compose 使用](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-compose.md)
- [Docker 容器连接](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-container-connection.md)
- [Docker 容器使用](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-container-usage.md)
- [Docker Dockerfile Ptyhon实战配置-1](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-dockerfile-simple1.md)
- [Docker Dockerfile Ptyhon实战配置之多阶段构建-2](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-dockerfile-simple2.md)
- [Docker Dockerfile](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-dockerfile.md)
- [Docker 镜像使用](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-image-usage.md)
- [Docker Machine](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-machine.md)
- [Docker 仓库管理](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-repository.md)
- [Docker 重启策略](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-restart.md)
- [Swarm集群管理](https://tuonioooo-notebook.gitbook.io/docker/usage/docker-swarm.md)


---

# 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://tuonioooo-notebook.gitbook.io/docker/usage.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.
