docker_containers
Perform actions like list, start, stop, inspect, and manage Docker containers on the Code MCP Server. Supports commands, logs, stats, and volume removal for streamlined container operations.
Instructions
Manage Docker containers (list, start, stop, remove, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on containers | |
all | No | Show all containers including stopped ones | |
command | No | Command to execute (for exec action) | |
container | No | Container name or ID | |
follow | No | Follow log output (for logs action) | |
force | No | Force operation | |
tail | No | Number of lines to show from end of logs | |
volumes | No | Remove associated volumes (for remove action) |