Docker.Commands.Builder.Rm (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker buildx rm.

Summary

Types

t()

@type t() :: %Docker.Commands.Builder.Rm{
  all_inactive: term(),
  force: term(),
  keep_state: term(),
  name: term()
}

Functions

all_inactive(cmd)

force(cmd)

keep_state(cmd)

new(name)