Closed krstp closed 1 year ago
@krstp This doesn't sound like dive is the problem. Did you try using it with another image? I recently downloaded the latest version and is working for me.
Thanks for the input and verification. Found this particular answer that helped: https://stackoverflow.com/questions/44084846/cannot-connect-to-the-docker-daemon-on-macos/74148162#74148162
In short, define:
export DOCKER_HOST=unix:///Users/$(whoami)/Library/Containers/com.docker.docker/Data/docker.raw.sock
which can become part of .zshrc
if that's the preferred shell.
After long pause in using
dive
I wanted to use it:dive <image>:<tag>
and here is what I get:
Note the
docker
is running as at roughly the same time I am building some other image and pushing. So... not sure what's going on? Wrong docker pointer withindive
? 🤔Help would be appreciated. Thanks!