You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md with DOCKER_HOST env var instructions
I had an error pulling local images. Setting the DOCKER_HOST env var fixed this problem for me. This has has been mentioned in issues such as wagoodman#542 (comment)
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,10 @@ docker run --rm -it \
200
200
-e DOCKER_API_VERSION=1.37 \
201
201
wagoodman/dive:latest <dive arguments...>
202
202
```
203
+
if you are using an alternative runtime (Colima etc) then you may need to specify the docker host as an environment variable in order to pull local images:
0 commit comments