Docker.Commands.ImagePrune (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker image prune.

Summary

Types

t()

@type t() :: %Docker.Commands.ImagePrune{all: boolean(), filters: [String.t()]}

Functions

all(cmd)

filter(cmd, f)

new()