Image that allows you to run https://github.com/jlinoff/git2dot without installing graphviz.
968
This image was created to allow me to run git2dot on git repos on various hosts without having to install a complete graphics infrastructure.
Source code: https://github.com/jlinoff/docker-images/tree/master/git2dot
Here is an example use on Mac:
$ cd work/myproject
$ ls -1d .git
.git/
$ docker run -it --rm --init -v $(pwd):/mnt/share jlinoff/git2dot git2dot.py --since 2017-08-01 --png -l "'%h|%s|%cn|%cr'" git.dot
$ open -a Preview git.dot.png
Content type
Image
Digest
Size
274.1 MB
Last updated
almost 9 years ago
docker pull jlinoff/git2dot