conductorv2
Plugins/Developer

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

ToolDescriptionApproval
docker_containersList containers (running and stopped)
docker_containerInspect a container
docker_logsGet container logs
docker_stopStop a running containerrequired
docker_startStart a stopped containerrequired
docker_imagesList local images
docker_pullPull an image from a registryrequired
docker_volumesList 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