Docker.Commands.System.Login (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker login.

Summary

Types

t()

@type t() :: %Docker.Commands.System.Login{
  password: term(),
  password_stdin: term(),
  server: term(),
  username: term()
}

Functions

new()

new(server)

password(cmd, p)

username(cmd, u)