added demo

This commit is contained in:
Alex Goodman 2018-10-21 14:50:00 -04:00
parent 183c687c06
commit 0c8275e90d
No known key found for this signature in database
GPG key ID: 05328C611D8A520E
3 changed files with 4 additions and 2 deletions

BIN
.data/demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -1,7 +1,7 @@
/.git
/.scripts
/.data
/dist
/doc
/ui
/utils
/image

View file

@ -1,7 +1,9 @@
# dive
[![Go Report Card](https://goreportcard.com/badge/github.com/wagoodman/dive)](https://goreportcard.com/report/github.com/wagoodman/dive)
**A tool for interrogating docker images.**
**A tool for exploring the contents of a docker image, even within each layer.**
![Image](.data/demo.gif)
To analyze a Docker image simply run dive with an image tag/id/digest:
```bash