Skip to content

manilabay/docker-graphviz-png-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-graphviz-png-cli

101MB Docker image to convert *.dot to *.png without installing tons of dependencies

Docker Automated buil

Usage

$ cat file.dot | docker container run --rm -i vladgolubev/dot2png > file.png

Help

What does it mean?

It can turn this:

digraph {
  rankdir=LR;
  a -> b -> c;
  b -> d;
}

into this:

example

Read the Article

A Better Way of Visualizing Microservice Architecture

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%