# Docker

- [Useful Links](https://notebook.iuriioapps.com/containers-and-microservices/docker/useful-links.md): List of Docker-related links
- [Containers](https://notebook.iuriioapps.com/containers-and-microservices/docker/containers.md): Docker containers
- [Images](https://notebook.iuriioapps.com/containers-and-microservices/docker/images.md): Managing Docker images
- [Dockerfile](https://notebook.iuriioapps.com/containers-and-microservices/docker/dockerfile.md): What Dockerfile is and common commands
- [System](https://notebook.iuriioapps.com/containers-and-microservices/docker/system.md): System
- [Compose](https://notebook.iuriioapps.com/containers-and-microservices/docker/compose.md): Running multiple containers
- [Swarm](https://notebook.iuriioapps.com/containers-and-microservices/docker/swarm.md): Docker container clusters
- [Docker & NodeJS](https://notebook.iuriioapps.com/containers-and-microservices/docker/docker-and-nodejs.md): Recommendations for dealing with NodeJS in Docker environments


---

# 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://notebook.iuriioapps.com/containers-and-microservices/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.
