wagoodman / dive

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

dive always fetch a new image from my dockerhub #359

Open charity1475 opened 3 years ago

charity1475 commented 3 years ago

I built the image locally but every time I run dive it fetches a new image from my docker hub even if the same image ith the same tag exists locally , instead of reusing the same instance .

mark2185 commented 2 years ago

"Fetching image" does not mean it's being pulled from Docker Hub, it's just fetching the image from the local docker daemon.

Related issue: https://github.com/wagoodman/dive/issues/360