Skip to content

Commit

Permalink
Update README.md (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMastrean authored and wagoodman committed Nov 19, 2018
1 parent e0af39c commit e153cb4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,13 @@ docker run --rm -it \
-v $(which docker):/bin/docker \
wagoodman/dive:latest <dive arguments...>
```
For docker in windows (does not support pulling images yet):

Docker for Windows (showing PowerShell compatible line breaks; collapse to a single line for Command Prompt compatibility)
```bash
docker run --rm -it -v //var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <dive arguments...>
docker run --rm -it `
-v /var/run/docker.sock:/var/run/docker.sock `
-v /usr/local/bin/docker:/bin/docker `
wagoodman/dive:latest <dive arguments...>
```

## KeyBindings
Expand Down

0 comments on commit e153cb4

Please sign in to comment.