package builder

import "github.com/docker/cli/cli/command/builder"

Index

Functions

func CachePrune

func CachePrune(dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)

CachePrune executes a prune command for build cache

func NewBuilderCommand

func NewBuilderCommand(dockerCli command.Cli) *cobra.Command

NewBuilderCommand returns a cobra command for `builder` subcommands

func NewPruneCommand

func NewPruneCommand(dockerCli command.Cli) *cobra.Command

NewPruneCommand returns a new cobra prune command for images

Source Files

cmd.go prune.go

Version
v20.10.10+incompatible
Published
Oct 15, 2021
Platform
linux/amd64
Imports
10 packages
Last checked
44 seconds ago

Tools for package owners.