make checkboxes

This commit is contained in:
Alex Goodman 2018-05-25 08:32:09 -04:00 committed by GitHub
parent 9350984354
commit 806ede91cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ go run main.go
# TODO:
[x] Extract docker layers from api
[x] Represent layers as generic tree
[x] Stack ordere tree list together as fake unionfs tree
[ ] Diff trees
[ ] Add ui for browsing layers
[ ] Add ui for diffing stack to layer
- [x] Extract docker layers from api
- [x] Represent layers as generic tree
- [x] Stack ordere tree list together as fake unionfs tree
- [ ] Diff trees
- [ ] Add ui for browsing layers
- [ ] Add ui for diffing stack to layer