From 63a7b92a22aeaf5cc369fe5a25b335dc43fbd520 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 14 Jun 2024 09:27:34 -0400 Subject: [PATCH] Add a reference to dive --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b37584..8bd0931 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,8 @@ create minimum sized container images that run Rust binaries. - [mini-docker-rust](https://github.com/kpcyrd/mini-docker-rust) - [muslrust](https://github.com/clux/muslrust) - [docker-slim](https://github.com/docker-slim/docker-slim) - Minify Docker images +- [dive](https://github.com/wagoodman/dive) - A tool for exploring a container image and + discovering ways to shrink the size of the image. # References