Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter map[string]struct{}
Filter stores objects (names, tags) of docker images to exclude
type Options ¶
type Options struct { // Do not change anything DryRun bool // Enable unsued containters cleaning ClearContainers bool // Enable unused images cleaning ClearNetworks bool // Enable unsued volumes cleaning ClearVolumes bool // Enable unused images cleaning ClearImages bool // The time period for which images should be saved Freshness time.Duration // Map of pattern to save images by Filters Filters // Triggers filters check or permanent deletion FiltersExists bool // Triggers freshness check or permanent images prune FreshnessExists bool }
Options defines cleaner options
Click to show internal directories.
Click to hide internal directories.