https://github.com/zigarn/docker-gitdags
https://github.com/zigarn/docker-gitdags
docker-image gitdags graph
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zigarn/docker-gitdags
- Owner: zigarn
- Created: 2016-10-21T18:53:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T16:54:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T04:14:56.840Z (over 1 year ago)
- Topics: docker-image, gitdags, graph
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [gitdags](https://github.com/Jubobs/gitdags) docker image to generate git commit graphs
[](https://github.com/zigarn/docker-gitdags/actions/workflows/docker.yml)



## Use
Launch the docker image with:
- Volumes:
- `/data`: folder containing tex files
E.g:
```shell
docker run \
--volume ${PWD}:/data \
zigarn/gitdags myfile.tex
```