Script aimed at cleaning up a docker environment, specifically for builder cases and devops agents
These instructions will cover usage information
In order to run this container you'll need docker installed.
Clean entire system without holding back
./docker-gc.sh --purge-all
- Implement ability to whitelist containers to not get destroyed, ie base images, registry, etc
- Add command to help cleanup environment without destroying everything