wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
47.48k stars 1.79k forks source link

Add image name to details view #325

Closed springcomet closed 3 years ago

springcomet commented 4 years ago

When frequently opening multiple images perhaps concurrently on multiple terminals, it would be convenient to have the image name displayed.

This commit adds the image name to the Image Details view. Image name is trickled down as an additional string argument

design alternatives discarded: pass in analysis struct - is not related to analysis pass new struct with image attributes - premature abstraction