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