docs: Add a PowerShell example (#50)
thanks @PramodKumarYadav for the hint Closes #44
This commit is contained in:
parent
03ab873e22
commit
8cbae63adf
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue