No description
  • Go 99.4%
  • Makefile 0.5%
  • Dockerfile 0.1%
Find a file
William Murphy 78f02465e2 Small clean ups (#5)
* Fix two small compiler errors

Apparently, in go, `fmt.Prntln("\n")` is a build error - you can't
have a redundant newline there. Also, we had the wrong format string
somewhere.

* Use $GOPATH to find dep

When I first pulled this branch, all the tests failed because,
although `dep` was being installed to my local machine, it wasn't
being added to $PATH. Rather than mess with $PATH, I decided to
add $GOPATH/bin to the beginning of the invocation.
2018-06-04 22:10:39 -04:00
cmd/die refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
filetree Small clean ups (#5) 2018-06-04 22:10:39 -04:00
image Small clean ups (#5) 2018-06-04 22:10:39 -04:00
ui refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
.gitignore refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
Dockerfile add filetree 2018-05-20 20:19:04 -04:00
Gopkg.lock refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
Gopkg.toml refactor project structure; use subpackages 2018-06-04 21:30:17 -04:00
LICENSE Initial commit 2018-05-13 11:44:02 -04:00
Makefile Small clean ups (#5) 2018-06-04 22:10:39 -04:00
README.md make checkboxes 2018-05-25 08:32:09 -04:00

docker-image-explorer

docker build -t die-test:latest .
go run main.go

TODO:

  • Extract docker layers from api
  • Represent layers as generic tree
  • Stack ordere tree list together as fake unionfs tree
  • Diff trees
  • Add ui for browsing layers
  • Add ui for diffing stack to layer