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

Copy Markdown View Source

Implements the Docker.Command behaviour for docker system prune.

Summary

Types

t()

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

Functions

all(cmd)

filter(cmd, f)

new()

volumes(cmd)