added note for img pulls on windows

This commit is contained in:
Alex Goodman 2018-10-27 10:22:56 -04:00
parent ddc6907054
commit d9742b1fdc
No known key found for this signature in database
GPG Key ID: 05328C611D8A520E

View File

@ -91,7 +91,7 @@ docker run --rm -it \
-v $(which docker):/bin/docker \
wagoodman/dive:latest <dive arguments...>
```
For docker in windows:
For docker in windows (does not support pulling images yet):
```bash
docker run --rm -it -v //var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <dive arguments...>
```