docker-gc icon indicating copy to clipboard operation
docker-gc copied to clipboard

rm_all_dangling: Remove all dangling images and ignore the exclusion …

Open ac-hibbert opened this issue 7 years ago • 0 comments

…file

Change-Id: I6a240a4123689b6fd02b11d193eac75700798cf8

Currently the code to remove dangling images works okay, but if you are excluding repositories / images with tags set to *, you will not be removing all dangling images. This change adds the dangling images to the images.reap list after the non-dangling images are processed

ac-hibbert avatar Jan 30 '18 18:01 ac-hibbert