docker_logs
Fetch bounded stdout and stderr logs from a specific Docker container on a managed server. Read-only, returns JSON with log lines.
Instructions
Tail one container's logs (stdout+stderr, bounded). Read-only. Returns JSON: {container, lines: [string]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Tail length (1-1000, default 200). | |
| container | Yes | Container name or ID. | |
| instance_id | Yes | Instance ID or name. |