No description
  • Go 99.4%
  • Makefile 0.5%
  • Dockerfile 0.1%
Find a file
2018-08-18 21:29:20 -04:00
.vscode added layer info 2018-06-07 18:56:22 -04:00
cmd/die Added debug panel; annotate filetree with changeinfo (#7) 2018-06-07 15:51:10 -04:00
filetree modify layer compare formatting 2018-06-25 09:08:39 -04:00
image Improve bounds checking and EOF handling (#9) 2018-07-04 11:32:11 -04:00
ui set layout in a non-nested fashion 2018-08-18 21:29:20 -04:00
.gitignore added file attributes + headers 2018-06-24 12:20:12 -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 Build the test docker image if necessary (#10) 2018-07-04 11:25:43 -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