# Packages
No description provided by the author
# Functions
New returns a garbage collector.
Schedule schedules the garbage collector to execute at the specified interval duration.
WithImageWhitelist returns an option to set an image whitelist.
WithThreshold returns an option to set a threshold for the image cache.
WithWhitelist returns an option to set a whitelist of container names.
# Variables
ReservedImages provides a list of reserved images names that should not be removed.
ReservedNames provides a list of reserved container names that should not be removed.
# Interfaces
Collector defines a Docker container garbage collector.
# Type aliases
FilterFunc filters the Docker resource based on its labels.
Option configures a garbage collector option.