Docker.Commands.System.Events (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker events.

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

Summary

Types

t()

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

Functions

filter(cmd, f)

format(cmd, f)

json(cmd)

new()

since(cmd, s)

until_time(cmd, u)