Docker.Commands.Import (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker import.

Summary

Types

t()

@type t() :: %Docker.Commands.Import{
  changes: [String.t()],
  message: String.t() | nil,
  repository: String.t() | nil,
  source: String.t()
}

Functions

change(cmd, c)

message(cmd, m)

new(source)

repository(cmd, r)