From 84662cedcdd710c1a657101cdc3c02aeb2265b28 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 22 Oct 2024 02:53:51 +0200 Subject: [PATCH] add docker-repack (#1148) https://github.com/orf/docker-repack --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f666b9b..7d909a5 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ Applications designed to help or simplify building **new** images - [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/) - [docker-make](https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command. - [docker-replay](https://github.com/bcicen/docker-replay) - Generate `docker run`command and options from running containers. By [bcicen](https://github.com/bcicen) +- [docker-repack](https://github.com/orf/docker-repack) - Repacks a Docker image into a smaller, more efficient version that makes it significantly faster to pull. By [orf](https://github.com/orf) - [DockerMake](https://github.com/avirshup/DockerMake) - A reproducible Docker image build system for complex software stacks. By [@avirshup](https://github.com/avirshup) - [DockerSlim](https://github.com/docker-slim/docker-slim) shrinks fat Docker images creating the smallest possible images. - [Dockly](https://github.com/swipely/dockly) - Dockly is a gem made to ease the pain of packaging an application in Docker by [@swipely](https://github.com/swipely/)