> For the complete documentation index, see [llms.txt](https://tuonioooo-notebook.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://tuonioooo-notebook.gitbook.io/docker/install.md).

# install

- [CentOS Docker 安装](https://tuonioooo-notebook.gitbook.io/docker/install/centos-install-docker.md)
- [Debian Docker 安装](https://tuonioooo-notebook.gitbook.io/docker/install/debian-install-docker.md)
- [Docker 安装 Apache](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-apache.md)
- [Docker 安装 CentOS](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-centos.md)
- [Docker 安装 Elasticsearch](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-elasticsearch.md)
- [Docker 安装 GitLab](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-gitlab.md)
- [Docker 安装 Jenkins](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-jenkins.md)
- [Docker 安装 MongoDB](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-mongodb.md)
- [Docker 安装 MySQL](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-mysql.md)
- [Docker 安装 Nginx](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-nginx.md)
- [Docker 安装 Node.js](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-node.md)
- [Docker 安装 PHP](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-php.md)
- [Docker 安装 Portainer](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-portainer.md)
- [Docker Python 官方镜像使用说明（TAG说明）](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-python-tags.md)
- [Docker 安装 Python](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-python.md)
- [Docker 安装 Redis](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-redis.md)
- [Docker 安装 Tomcat](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-tomcat.md)
- [Docker 安装 Ubuntu](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-ubuntu.md)
- [Docker 安装 Wordpress](https://tuonioooo-notebook.gitbook.io/docker/install/docker-install-wordpress.md)
- [Docker 国内镜像加速](https://tuonioooo-notebook.gitbook.io/docker/install/docker-mirror.md)
- [MacOS Docker 安装](https://tuonioooo-notebook.gitbook.io/docker/install/macos-install-docker.md)
- [Ubuntu Docker 安装](https://tuonioooo-notebook.gitbook.io/docker/install/ubuntu-install-docker.md)
- [Windows Docker 安装](https://tuonioooo-notebook.gitbook.io/docker/install/windows-install-docker.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://tuonioooo-notebook.gitbook.io/docker/install.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.
