manage_containers
Execute Docker container operations including listing, starting, stopping, removing, and restarting containers through natural language commands.
Instructions
Manage Docker containers (list, start, stop, remove)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on containers | |
all | No | Include stopped containers when listing | |
container | No | Container name or ID (required for start, stop, remove, restart) |