Closed phillijw closed 5 years ago
I suspect this is because you'd have to mount pwd
in order for the rekcod container to be able to read a file in the current working directory.
Try something like this instead:
$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/home nexdrew/rekcod /home/dockerinspect.json
That fixes it, thanks
Cool, no problem, thanks for reporting!
When I send inspect output to a json file and then use rekcod, I get empty output and then it complains about no such object.
This is using the docker installation with an alias.