From 1b37fed60e467a05249a522dca827a233c3b8705 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 29 Jun 2015 07:59:13 +0200 Subject: [PATCH] add sherdock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1195b8c..1761604 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [container-factory](https://github.com/lsqio/container-factory) (produces Docker images from tarballs of application source code http://www.containerfactory.io) by [@lsqio](https://github.com/lsqio) * [percheron](https://github.com/ashmckenzie/percheron) (Organise your Docker containers with muscle and intelligence) by [@ashmckenzie](https://github.com/ashmckenzie) * [crane](https://github.com/michaelsauter/crane) (Lift containers with ease. Easy orchestration for images and containers) by [@michaelsauter](https://github.com/michaelsauter) +* [sherdock](https://github.com/rancherio/sherdock) (Automatic GC of images based on regexp) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.