fix: Be more clear about docker usage

Thanks @bperel

Closes #11
This commit is contained in:
jubianchi 2017-06-01 18:27:42 +02:00
parent 20bbd8babe
commit 6ebd8a1e85
No known key found for this signature in database
GPG key ID: 5D9C896D2AA9E390

View file

@ -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: