Render compose files with one command line!
This project needs graphviz installed.
Install graphviz brew install graphviz
and draw-compose:
$ pip install draw-compose
Renders by default docker-compose.yml
in the current folder.
$ draw-compose -o docker.png
Or a specific docker file can be rendered:
$ draw-compose -i fixtures/real.yml -o docker-specific.png
Released under an Apache License 2.0
Similar:
- docker-compose-graphviz written in GoLang
- compose-plantuml written in Python
Creator: Alexis Benoist @Alexis_Benoist
Inspired by ERAlchemy