update dive args for docker example

This commit is contained in:
Alex Goodman 2018-10-24 21:51:34 -04:00
parent 6e87804f2d
commit 3a1339ff8f
No known key found for this signature in database
GPG Key ID: 05328C611D8A520E

View File

@ -89,5 +89,5 @@ When running you'll need to include the docker client binary and socket file:
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(which docker):/bin/docker \
wagoodman/dive:latest nginx:latest
wagoodman/dive:latest <dive arguments...>
```