wagoodman / dive

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

Progress bar would be helpful #394

Open sh-cho opened 2 years ago

sh-cho commented 2 years ago

image

I don't know if my terminal is dead or image is just too big to fetch. Progress bar like tqdm would be helpful :)

mark2185 commented 2 years ago

That might a bit tricky since it all boils down to a call of this command, which fetches the image via a GET request.