-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dive don't find local images with docker desktop #542
Comments
I had a lot of local docker images but after I installed dive via
|
@RafaelWO $> docker context ls |
@mark2185 I only have one context 🤔
Either way, I removed |
I don't have any other ideas unfortunately, but it's highly unlikely |
I just noticed that |
Pls it is clearly not related to the issue I made can you open another issues. |
I'm running Through some experimentation, I've narrowed down to having to set the export DOCKER_HOST=$(docker context inspect -f '{{ .Endpoints.docker.Host }}') Hope this helps. |
I could also not scan local images with dive 0.12.0 installed from snap on Ubuntu 24.04 with Docker 27.1.1. I switched to the dive alias from the README that runs dive from a docker image instead, and that finds my local images. |
I have the same issue on a Mac with Docker Desktop
|
For those who use OrbStack on MacOS, to make it work run
|
What happened: I'm unable to fetch for local images using dive
What you expected to happen: I expect to be able to inspect images locally
How to reproduce it (as minimally and precisely as possible): Just install latest dive and docker version, build an image and try to inspect it
Environment:
Here is what it look like :
The text was updated successfully, but these errors were encountered: