Docker.Commands.Context.Update (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker context update.

Summary

Types

t()

@type t() :: %Docker.Commands.Context.Update{
  description: term(),
  docker: term(),
  name: term()
}

Functions

description(cmd, d)

docker(cmd, d)

new(name)