Skip to content

emfloyd2/docker-graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-graphviz

While trying to generate dependency graphs with snakefood on OSX, I grew frustrated with graphviz not rendering PNG and JPG files properly (I have a bunch of other projects running on my machine).

To avoid all this, I now run dot commands within a container instead

To run dot examples like snakefood's 30 second usage instructions to JPG:

sfood /myproject | \
sfood-graph | \
docker run -i -v `pwd`:/data enigma3319/graphviz-runner dot -Tjpg -o /data/example.jpg

About

Dockerfile for graphviz (used to run dot commands)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published