Escape hatch for running arbitrary Docker commands.
Use this when there's no typed command module for what you need.
Examples
Docker.Commands.Generic.new(["system", "events", "--filter", "type=container"])
|> Docker.generic()
Summary
Types
@type t() :: %Docker.Commands.Generic{args: [String.t()]}