docker_logs
Fetch recent stdout and stderr logs from a Docker container on any managed server. Specify instance, container, and line count to get a bounded JSON list.
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. |