From de9a318346f1b71777d2abf9a970a7866e32c738 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Sun, 22 Nov 2015 22:27:57 -0800 Subject: [PATCH] add a tool to optimize Docker images --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1afa3aa..9aecefa 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) * [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. +* [DockerSlim](https://github.com/cloudimmunity/docker-slim) shrinks fat Docker images creating the smallest possible images. ## Service Discovery * [@progrium](https://github.com/progrium) Service Discovery articles series: