docker-gc
docker-gc copied to clipboard
rm_all_dangling: Remove all dangling images and ignore the exclusion …
…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