Sign inSign up

jlinoff/git2dot

By jlinoff

Updated almost 9 years ago

Image that allows you to run https://github.com/jlinoff/git2dot without installing graphviz.

Image
0

968

jlinoff/git2dot repository overview

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

Tag summary

Content type

Image

Digest

Size

274.1 MB

Last updated

almost 9 years ago

docker pull jlinoff/git2dot