summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-10-21 14:50:00 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-10-21 14:55:08 -0400
commit0c8275e90d596850bc99e4fc29b0ade3a81eb3e6 (patch)
tree6da4fb71816822fc8fe4d3e4a8acdda9f2834c33
parent183c687c06b780ea9372c8c8c173f38cdefce338 (diff)
added demov0.0.2
-rw-r--r--.data/demo.gifbin0 -> 1910463 bytes
-rw-r--r--.dockerignore2
-rw-r--r--README.md4
3 files changed, 4 insertions, 2 deletions
diff --git a/.data/demo.gif b/.data/demo.gif
new file mode 100644
index 0000000..0341005
--- /dev/null
+++ b/.data/demo.gif
Binary files differ
diff --git a/.dockerignore b/.dockerignore
index 8893c78..486cd23 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,7 +1,7 @@
/.git
/.scripts
+/.data
/dist
-/doc
/ui
/utils
/image
diff --git a/README.md b/README.md
index 630a93b..69cad6b 100644
--- a/README.md
+++ b/README.md
@@ -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