stream_logs
Retrieve Docker container logs with options to limit lines, filter by timestamp, or follow new output.
Instructions
Get logs from a Docker container. Supports tail count, timestamp filtering, and follow mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | Container ID or name | |
| tail | No | Number of lines to show (default: 100) | |
| since | No | Show logs since timestamp (e.g., '2026-01-01T00:00:00Z') | |
| follow | No | Follow log output (default: false) |