docker_logs
Tail a container's bounded stdout and stderr logs from an instance. Outputs JSON with container and 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. |