registry-monitor icon indicating copy to clipboard operation
registry-monitor copied to clipboard

Running outside of docker deletes all containers and images with no warning.

Open matthias50 opened this issue 7 years ago • 1 comments

At a minimum, there should be something in the README.md warning about this behavior. Even better would be requiring some command line flag to auto-clean which defaults to false.

In a related note, I'm wondering how the tool can work under docker without deleting all the containers and images, but if it is run outside of docker, then this is necessary.

matthias50 avatar Sep 07 '18 17:09 matthias50

@matthias50 Because it will still perform the pull manifest operation, but it will skip pulling the blobs, so you still get monitoring but "less".

Feel free to prep a PR against the README with the warnings, as it sounds like a good idea

josephschorr avatar Sep 07 '18 17:09 josephschorr