# `Docker.Commands.System.Events`
[🔗](https://github.com/joshrotenberg/docker_wrapper_ex/blob/v0.1.2/lib/docker/commands/system/events.ex#L1)

Implements the `Docker.Command` behaviour for `docker events`.

Best used with `Docker.Stream` for real-time event monitoring.

# `t`

```elixir
@type t() :: %Docker.Commands.System.Events{
  filters: term(),
  format: term(),
  since: term(),
  until_time: term()
}
```

# `filter`

# `format`

# `json`

# `new`

# `since`

# `until_time`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
