Skip to content

t0mk/docker-compose-graphviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-compose-graphviz

Turn a docker-compose.yml into a Graphviz .dot file. Currently in prototype state. For an example of the output, check out https://github.com/abesto/abesto-net-docker.

Installation

go install github.com/abesto/docker-compose-graphviz

Usage

cd into a directory that has a docker-compose.yml file.

docker-compose-graphviz | dot -odocker-compose.jpg -Tjpg && open docker-compose.jpg

About

Turn a docker-compose.yml files into Graphviz .dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%