All Projects → gocardless → drydock

gocardless / drydock

Licence: MIT license
DryDock is a utility to clean up Docker images

Programming Languages

go
31211 projects - #10 most used programming language
ruby
36898 projects - #4 most used programming language
Makefile
30231 projects

DryDock

DryDock

DryDock is a utility, intended to be run as a cron job, to clean up old and unused docker images. This is useful on build servers and deployment nodes where image turnover can be high.

Usage

$ drydock --help
DryDock 0.0.1
usage: drydock [options]

Options:
  --dry-run                          don't delete images
  --age      <48h>                   delete images older than age
  --pattern  <^.*$>                  pattern for images to be deleted
  --docker   <tcp://127.0.0.1:2375>  docker host endpoint

Development

$ gom install # install dependencies
$ make        # build
$ make deb    # build debian package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].