added note for img pulls on windows
This commit is contained in:
parent
ddc6907054
commit
d9742b1fdc
@ -91,7 +91,7 @@ docker run --rm -it \
|
|||||||
-v $(which docker):/bin/docker \
|
-v $(which docker):/bin/docker \
|
||||||
wagoodman/dive:latest <dive arguments...>
|
wagoodman/dive:latest <dive arguments...>
|
||||||
```
|
```
|
||||||
For docker in windows:
|
For docker in windows (does not support pulling images yet):
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -it -v //var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <dive arguments...>
|
docker run --rm -it -v //var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <dive arguments...>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user