container_logs
Tail Docker container logs in real time to diagnose issues, with options for line count, timestamp filters, and text or JSON format.
Instructions
Tail logs from a Docker container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID or name | |
| tail | No | Number of lines to tail (default 100) | |
| since | No | Show logs since timestamp (e.g. '2024-01-01T00:00:00Z' or '10m') | |
| format | No | Output format | text |