From 474af43d2445911ef446e0431ec69278713a96a7 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Mon, 27 Nov 2017 22:25:38 +0100 Subject: [PATCH] Added @GoogleCloud container-diff Signed-off-by: Brian Christner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab442ea..bde03c5 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c *Applications designed to help or simplify building **new** images* +* [container-diff](https://github.com/GoogleCloudPlatform/container-diff) - An image tool for comparing and analzying container images by [@GoogleCloud](https://github.com/GoogleCloudPlatform) * [container-factory](https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by [@mutable](https://github.com/mutable) * [Derrick](https://github.com/alibaba/derrick) - A tool help you to automate the generation of Dockerfile and dockerize application by scanning the code. By [@alibaba](https://github.com/alibaba). * [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker)