watch_events
Stream Docker container events (start, stop, die, restart, health_status) in real-time over a configurable time window. Filter by specific container or event type.
Instructions
Stream Docker container events (start, stop, die, restart, health_status) over a configurable time window. Filter by specific container or event type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container | No | Filter by container name or ID | |
| event_type | No | Filter by event type (default: all) | |
| since | No | Show events since timestamp (e.g., '2026-01-01T00:00:00Z') | |
| duration | No | Max seconds to listen (default: 30) |