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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker builder prune.

Summary

Types

t()

@type t() :: %Docker.Commands.Builder.Prune{
  all: term(),
  filters: term(),
  keep_storage: term()
}

Functions

all(cmd)

filter(cmd, f)

keep_storage(cmd, s)

new()