No description
  • Go 99.4%
  • Makefile 0.5%
  • Dockerfile 0.1%
Find a file
William Murphy 2000a9e8fd
Merge pull request #8 from wagoodman/filter-view
Add the capability to filter which nodes are shown by hitting Ctrl+/ and then typing a string
2018-06-24 15:49:54 -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 mostly working 2018-06-24 15:04:29 -04:00
image formatting fixes 2018-06-24 13:01:52 -04:00
ui Stop debug printing all the time 2018-06-24 15:46:52 -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 Added debug panel; annotate filetree with changeinfo (#7) 2018-06-07 15:51:10 -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