Merge branch 'master' of github.com:wagoodman/dive
This commit is contained in:
commit
d3cf3721e7
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
|||||||
# dive
|
# dive
|
||||||
[](https://goreportcard.com/report/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.**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -46,14 +46,14 @@ You only need to replace you `docker build` command with the same `dive build` c
|
|||||||
|
|
||||||
**Ubuntu/Debian**
|
**Ubuntu/Debian**
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/wagoodman/dive/releases/download/v0.0.1/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.1_linux_amd64.deb
|
sudo apt install ./dive_0.0.4_linux_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
**RHEL/Centos**
|
**RHEL/Centos**
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/wagoodman/dive/releases/download/v0.0.1/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.1_linux_amd64.rpm
|
rpm -i dive_0.0.4_linux_amd64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
**Mac**
|
**Mac**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user