Docker.Commands.Volume.Create (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker volume create.

Summary

Types

t()

@type t() :: %Docker.Commands.Volume.Create{
  driver: String.t() | nil,
  labels: [{String.t(), String.t()}],
  name: String.t() | nil,
  opts: [{String.t(), String.t()}]
}

Functions

driver(cmd, d)

label(cmd, key, value)

new()

new(name)

opt(cmd, key, value)