William Murphy bbe7d436ce Improve bounds checking and EOF handling (#9)
Some fields that were never empty in our original test image
can apparently be empty in images that one finds in the wild. This
adds appropriate checking so that blank file lists and missing
image IDs no longer cause crashes.
2018-07-04 11:32:11 -04:00
2018-06-07 18:56:22 -04:00
2018-06-25 09:08:39 -04:00
2018-06-26 20:18:46 -04:00
2018-06-24 12:20:12 -04:00
2018-05-20 20:19:04 -04:00
2018-05-13 11:44:02 -04:00
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
Description
No description provided
Readme 6.5 MiB
Languages
Go 95.8%
Makefile 4.1%
Dockerfile 0.1%