Docker.Commands.Tag (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker tag.

Summary

Types

t()

@type t() :: %Docker.Commands.Tag{source: String.t(), target: String.t()}

Functions

new(source, target)