Open charity1475 opened 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 .
"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
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 .