mirror of
https://github.com/wagoodman/dive
synced 2026-03-15 06:45:49 +01:00
No description
- Go 99.4%
- Makefile 0.5%
- Dockerfile 0.1%
Add the capability to filter which nodes are shown by hitting Ctrl+/ and then typing a string |
||
|---|---|---|
| .vscode | ||
| cmd/die | ||
| filetree | ||
| image | ||
| ui | ||
| .gitignore | ||
| Dockerfile | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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