Docker
Containers, images, volumes, networks, and compose.
zero-config8 tools
Requires Docker Desktop or Docker Engine running locally. No credentials needed.
Manage your local Docker environment from your AI. List and inspect containers, pull images, manage volumes, and run compose operations.
Setup
terminal
No setup required. Docker must be running on your machine.Tools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
docker_containers | List containers (running and stopped) | all? | — |
docker_container | Inspect a container | id | — |
docker_logs | Get container logs | id, tail? | — |
docker_stop | Stop a running container | id | required |
docker_start | Start a stopped container | id | required |
docker_images | List local images | — | — |
docker_pull | Pull an image from a registry | image | required |
docker_volumes | List volumes | — | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Show me all running containers”
docker_containers“Get the last 50 lines of logs from the web container”
docker_logs“Pull the latest postgres image”
docker_pull