Docker.Commands.Restart (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker restart.

Summary

Types

t()

@type t() :: %Docker.Commands.Restart{
  containers: [String.t()],
  time: non_neg_integer() | nil
}

Functions

new(container)

time(cmd, t)