> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/containerization.md).

# Containerization

- [Docker](https://docs.arkannis.net/containerization/docker.md)
- [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
- [Docker Swarm](https://docs.arkannis.net/containerization/docker-swarm.md)
- [Docker Swarm Cheatsheet](https://docs.arkannis.net/containerization/docker-swarm/docker-swarm-cheatsheet.md)
- [Set up docker swarm](https://docs.arkannis.net/containerization/docker-swarm/set-up-docker-swarm.md)
- [Delete docker swarm](https://docs.arkannis.net/containerization/docker-swarm/delete-docker-swarm.md)
- [Mount and bind volumes](https://docs.arkannis.net/containerization/docker-swarm/mount-and-bind-volumes.md)
- [Deploy Portainer via docker swarm](https://docs.arkannis.net/containerization/docker-swarm/deploy-portainer-via-docker-swarm.md)
- [Docker Compose](https://docs.arkannis.net/containerization/docker-compose.md)
- [Jenkins via Docker Compose](https://docs.arkannis.net/containerization/docker-compose/jenkins-via-docker-compose.md)
- [PostgreSQL via Docker Compose](https://docs.arkannis.net/containerization/docker-compose/postgresql-via-docker-compose.md)
- [Wireguard via Docker Compose & HTTPS](https://docs.arkannis.net/containerization/docker-compose/wireguard-via-docker-compose-and-https.md)
- [Rancher](https://docs.arkannis.net/containerization/rancher.md)
- [Rancher installation guide](https://docs.arkannis.net/containerization/rancher/rancher-installation-guide.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:

```
GET https://docs.arkannis.net/containerization.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.
