dokploy_docker
List, start, stop, restart, kill, remove Docker containers, get their config, or find containers by name or label across servers.
Instructions
Docker container management. Actions: getContainers (list all containers, serverId?), restartContainer/startContainer/stopContainer/killContainer/removeContainer (containerId, serverId?), getConfig (containerId, serverId?), findContainers (appName+method, serverId?). Method semantics: match → fuzzy name match (optional appType: stack|docker-compose). label → REQUIRES type: standalone|swarm. stack → docker stack lookup. service → swarm service lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| containerId | No | ||
| serverId | No | ||
| appName | No | ||
| method | No | ||
| appType | No | App type filter for method=match only: stack | docker-compose | |
| type | No | Required for method=label: standalone | swarm |