From 120f358150143179a08906201e7ce949ac083fcf Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Tue, 4 Aug 2015 21:27:54 +0200 Subject: [PATCH] Update README.md Added ImageLayers to the Optimizing Images section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a7fe9f..b213737 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Building Docker Images for Static Go Binaries](https://medium.com/@kelseyhightower/optimizing-docker-images-for-static-binaries-b5696e26eb07) by [@kelseyhightower](https://github.com/kelseyhightower) * [Squashing Docker Images](http://jasonwilder.com/blog/2014/08/19/squashing-docker-images/) by [@jwilder](https://github.com/jwilder) * [Dockerfile Golf (or optimizing the Docker build process)](http://www.davidmkerr.com/2014/08/dockerfile-golf-or-optimizing-docker.html) +* [ImageLayers](https://imagelayers.io/) Visualize Docker images and the layers that compose them. ## Service Discovery * [@progrium](https://github.com/progrium) Service Discovery articles series: