Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

davidjfelix-legacy/dgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dgc - docker garbage collector

DGC is a command line tool for cleaning up after docker. It is modeled heavily after spotify's docker-gc project but was written in go using go-dockerclient. The use of go and go-dockerclient allows this gc to be run remotely and make use of the docker remote api. It can (not verified) be run from an Go-supporting OS and be run in a scratch docker container more easily than a bash-based solution.

TODO:

  • Have A timed "cron" mode
  • Daemonize process
  • Allow multiple machines to be specified and run concurrently