From 6fa905d60274e7eee30d6d5b6774ec1d8faf4054 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Tue, 23 Oct 2018 10:58:15 -0400 Subject: [PATCH 1/2] bump to 0.0.4 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69cad6b..c427a64 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,14 @@ You only need to replace you `docker build` command with the same `dive build` c **Ubuntu/Debian** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.0.1/dive_0.0.1_linux_amd64.deb -sudo apt install ./dive_0.0.1_linux_amd64.deb +wget https://github.com/wagoodman/dive/releases/download/v0.0.4/dive_0.0.4_linux_amd64.deb +sudo apt install ./dive_0.0.4_linux_amd64.deb ``` **RHEL/Centos** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.0.1/dive_0.0.1_linux_amd64.rpm -rpm -i dive_0.0.1_linux_amd64.rpm +wget https://github.com/wagoodman/dive/releases/download/v0.0.4/dive_0.0.4_linux_amd64.rpm +rpm -i dive_0.0.4_linux_amd64.rpm ``` **Mac** From 29c84b84ac8fa7d898cc0d24a5040efd2ef72064 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Tue, 23 Oct 2018 11:32:04 -0400 Subject: [PATCH 2/2] wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c427a64..ed8f667 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dive [![Go Report Card](https://goreportcard.com/badge/github.com/wagoodman/dive)](https://goreportcard.com/report/github.com/wagoodman/dive) -**A tool for exploring the contents of a docker image, even within each layer.** +**A tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size.** ![Image](.data/demo.gif)