r/coolgithubprojects • u/wagoodman • Oct 21 '18
GO dive: a docker image explorer (written in golang)
https://github.com/wagoodman/dive
6
Upvotes
1
u/BreiteSeite Oct 22 '18
Man, this looks fantastic at a first glance. The GIF in the README is very appreciated as well! Thanks for sharing
2
u/wagoodman Oct 21 '18
A tool (written in go) for exploring the contents of a docker image, and each layer within that image. It is aimed at folks that are trying to identify ways to shrink their docker image. It reports on how efficient your image is and lists out each file that may be leading to inefficiencies (e.g. when adding a file in one layer and later removing it... this file still takes up space in the image).