mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
Merge pull request #193 from josegonzalez/patch-1
docs: add missing slash to command example
This commit is contained in:
commit
ea0de60dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ or if you are running with a docker image:
|
|||
```bash
|
||||
docker run --rm -it \
|
||||
-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...>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue