docs: add missing slash to command example
This commit is contained in:
parent
09296c0214
commit
1021fabf19
@ -147,7 +147,7 @@ or if you are running with a docker image:
|
|||||||
```bash
|
```bash
|
||||||
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 \
|
||||||
-e DOCKER_API_VERSION=1.37
|
-e DOCKER_API_VERSION=1.37 \
|
||||||
wagoodman/dive:latest <dive arguments...>
|
wagoodman/dive:latest <dive arguments...>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user