update dive args for docker example
This commit is contained in:
parent
6e87804f2d
commit
3a1339ff8f
@ -89,5 +89,5 @@ When running you'll need to include the docker client binary and socket file:
|
|||||||
docker run --rm -it \
|
docker run --rm -it \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-v $(which docker):/bin/docker \
|
-v $(which docker):/bin/docker \
|
||||||
wagoodman/dive:latest nginx:latest
|
wagoodman/dive:latest <dive arguments...>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user