Merge pull request #193 from josegonzalez/patch-1
docs: add missing slash to command example
This commit is contained in:
commit
ea0de60dc0
@ -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