System Events

Monitor Docker's real-time events stream, which broadcasts a continuous feed of system-level activities including container lifecycle changes (start, stop, create, destroy), image operations (pull, push, delete), network events, volume modifications, and daemon-level notifications. This endpoint provides a persistent HTTP connection that streams newline-delimited JSON objects, allowing clients to receive immediate notifications of Docker system changes as they occur, with optional filtering c...