Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create
~/.docker
directory in Docker images (#34)
Error: ``` ❯ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock joschi/dive:0.13.0-alpha.1 busybox:latest Image Source: docker://busybox:latest Extracting image from docker-engine... (this can take a while for large images) > could not determine docker host: stat /root/.docker: no such file or directory cannot fetch image unable to parse docker host `` ```
- Loading branch information