Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 701 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 701 Bytes

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