* 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.
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
Languages
Go
95.8%
Makefile
4.1%
Dockerfile
0.1%