get_docker_events
Capture real-time Docker events including start, stop, kill, die, and health_status changes. Use to investigate container restarts and failures during a short monitoring window.
Instructions
Captura eventos Docker do servidor em tempo real durante uma janela curta (~8s) — start, stop, kill, die, exec, health_status, etc. Use para investigar reinícios e falhas. Obs: só mostra eventos que ocorrem durante a captura (não há histórico); um servidor ocioso pode retornar vazio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Número máximo de eventos a coletar (default: 30, max: 100) |