Will Murphy de7c3a759a Count occurrences of each leaf path
We want to be able to know whether the same file appears many times
in the layers of the docker image, because a file that appears many
times may represent a real inefficiency in the dockerfile.
2018-07-08 13:00:08 -04:00
2018-06-07 18:56:22 -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%