draw-compose

Render Docker compose files


Keywords
docker, diagram, render
License
Apache-2.0
Install
pip install draw-compose==0.0.3

Documentation

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: docker-compose-graphviz written in GoLang

Creator: Alexis Benoist @Alexis_Benoist

Inspired by ERAlchemy