Luka Markušić
Luka Markušić
> or what to do about it if it's true. Add a kill after a timeout? So that a goroutine lives e.g. 30s or less?
Could you please try building `dive` from source? Specifically PR #490.
Download the fork, checkout the right branch from that fork and run `go run main.go python:3.11` from the root of the clone.
> By "some build instructions would help", I mean "I spent ten minutes fumbling through the makefile and eventually figured it out, which is not a great experience." Ah, sorry,...
Would you kindly try replacing that line in`docker_host_unix.go` with `unix:///Users/jamie/.docker/run/docker.sock` and try it with some image again?
Alright, thanks! Until that's fixed I'd recommend saving the image to a file and then passing the archive to `dive`, should be an example under `--help`.
@rajiv-k but if I'm reading it right, it's _not_ working even after changing the host socket.
So, something like `dive --json output_file.json`?
Try it out, it's already there!
@rajiv-k is this something you could look into?