From 6a432d98643aa6a58c2fcd9221eb5620e1f008e8 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Tue, 31 Jan 2017 16:09:44 +0100 Subject: [PATCH] Added flyimg, image resizing, cropping, and compression on the fly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6177ba2..342b391 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) * [Squid-in-a-can](https://github.com/jpetazzo/squid-in-a-can) - in case of proxy problem by [@jpetazzo][jpetazzo] * [Vagga](https://github.com/tailhook/vagga) - Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments by [@tailhook](https://github.com/tailhook/) * [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies. +* [flyimg](http://flyimg.io/) - Docker image resizing, cropping, and compression on the fly. ## Continuous Integration / Continuous Delivery * [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant.