Events
Stream, filter, persist, and export Docker daemon events.
The Events page streams events from the selected Docker host. Search, filters, details, and export are available on the page.
Pause behavior
Pause stops accepting new events into the visible and persisted queue. Events that arrive while paused are dropped rather than buffered for later replay.
Local history
Dockerman stores event history as per-host JSONL files in its app data directory. Storage rotates at 5 MiB per file and keeps up to 20 rotated files plus the current file. There is no user-configurable time-retention setting.
Filters and export
Filter by resource type, action, time, and text with the controls on the page. Export the current result as JSON or CSV when available.
Docker events describe state transitions; they do not reliably include every underlying command error or the identity of the human who caused an action.