Skip to content

Commit

Permalink
docs: Add a PowerShell example (#50)
Browse files Browse the repository at this point in the history
thanks @PramodKumarYadav for the hint

Closes #44
  • Loading branch information
jubianchi authored Jul 23, 2020
1 parent 03ab873 commit 8cbae63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@

Considering the current working directory is where your `docker-compose.yml` file is located:

```
```bash
docker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz render -m image docker-compose.yml

# PowerShell
docker run --rm -it --name dcv -v ${pwd}:/input pmsipilot/docker-compose-viz render -m image docker-compose.yml
```

This will generate the `docker-compose.png` file in the current working directory.
Expand Down

0 comments on commit 8cbae63

Please sign in to comment.