issues
search
mmuazam98
/
dockclean
DockClean is a simple Go-based tool that cleans up unused Docker images from your system.
MIT License
4
stars
4
forks
source link
Feature: Add Filtering by Image Age
#1
Open
mmuazam98
opened
1 month ago
mmuazam98
commented
1 month ago
Description:
Add an option to remove Docker images that are older than a specified duration. Users should be able to pass a flag like --older-than 30d or --older-than 720h to delete only images older than the specified time frame.
Example:
./dockclean --older-than 30d