# Docker

The helmut.cloud Agent for Docker is a different beast. It is an agent in its own Docker image, based on Linux.

The helmut.cloud Docker Agent makes sense when you want to run it on Linux and/or if you prefer to run it in a sandboxed environment.

Multiple Docker Agents can share a host (e.g. in a server-based infrastructure) to serve as independent Agents for different tasks in the same or different organizations. You can take advantage of the options Docker offers to either isolate the agents container, or share some resources for collaboration.

To download the helmut.cloud Docker Agent image, you can use our public repository: \`[ghcr.io/moovit-sp-gmbh/hcloud-agent:latest](https://ghcr.io/moovit-sp-gmbh/hcloud-agent:latest)'. You can find a list of available tags [here](https://github.com/orgs/moovit-sp-gmbh/packages/container/hcloud-agent/versions).


---

# 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://docs.helmut.cloud/the-helmut.cloud-agent/install-the-helmut.cloud-agent-software/docker.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.
