parent
20bbd8babe
commit
6ebd8a1e85
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@
|
|||
|
||||
### Docker
|
||||
|
||||
Considering the current working directory is where your `docker-compose.yml` file is located:
|
||||
|
||||
```
|
||||
docker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz
|
||||
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.
|
||||
|
||||
### PHP
|
||||
|
||||
Before you start, make sure you have:
|
||||
|
|
Loading…
Reference in a new issue