Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 685 Bytes

Docker GC

Script aimed at cleaning up a docker environment, specifically for builder cases and devops agents

Getting Started

These instructions will cover usage information

Prerequisities

In order to run this container you'll need docker installed.

Usage

Clean entire system without holding back

./docker-gc.sh --purge-all

TODO

  • Implement ability to whitelist containers to not get destroyed, ie base images, registry, etc
  • Add command to help cleanup environment without destroying everything