# Docker

- [Docker Cheatsheet](https://docs.arkannis.net/containerization/docker/docker-cheatsheet.md)
- [Install docker on Debian](https://docs.arkannis.net/containerization/docker/install-docker-on-debian.md): This is a guide on how to install docker on Debian Linux Systems
- [Docker misc stuff](https://docs.arkannis.net/containerization/docker/docker-misc-stuff.md): Page containing interesting docker stuff that was not enough for it's own page


---

# 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.arkannis.net/containerization/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.
