From 22d58aed1d6aaeccdd5ee18f4e4ceffaa6c54c08 Mon Sep 17 00:00:00 2001 From: Dmitry Malinin Date: Mon, 13 Jul 2020 13:10:03 +0300 Subject: [PATCH] add Docker garbage collector - docker_gc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f049110..5d22516 100644 --- a/README.md +++ b/README.md @@ -588,6 +588,7 @@ Services to securely store your Docker images. - [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid). - [docker-gc](https://github.com/spotify/docker-gc) :skull: - A cron job that will delete old stopped containers and unused images by [@spotify][spotify] - [sherdock](https://github.com/rancher/sherdock) :skull: - Automatic GC of images based on regexp by [@rancher][rancher] +- [docker_gc](https://github.com/pdacity/docker_gc) - Image for automatic removing unused Docker Swarm objects. Also works just as Docker Service by [@pdacity](https://github.com/pdacity) ### Serverless