/draw-compose

Render Docker compose files.

Primary LanguagePythonMIT LicenseMIT

Draw compose

Render compose files with one command line!

This project needs graphviz installed.

Simple example

Simple example

Classic python example

Python classic

Install

On OSX:

Install graphviz brew install graphviz and draw-compose:

$ pip install draw-compose

Use

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

Notes

Released under an Apache License 2.0

Similar:

Creator: Alexis Benoist @Alexis_Benoist

Inspired by ERAlchemy