Implements the Docker.Command behaviour for docker stop.
Summary
Types
@type t() :: %Docker.Commands.Stop{ containers: [String.t()], time: non_neg_integer() | nil }
Implements the Docker.Command behaviour for docker stop.
@type t() :: %Docker.Commands.Stop{ containers: [String.t()], time: non_neg_integer() | nil }