An open API service indexing awesome lists of open source software.

https://github.com/zigarn/docker-gitdags


https://github.com/zigarn/docker-gitdags

docker-image gitdags graph

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# [gitdags](https://github.com/Jubobs/gitdags) docker image to generate git commit graphs

[![Build Status](https://github.com/zigarn/docker-gitdags/actions/workflows/docker.yml/badge.svg)](https://github.com/zigarn/docker-gitdags/actions/workflows/docker.yml)

![Docker Image Version (latest by date)](https://img.shields.io/docker/v/zigarn/gitdags)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/zigarn/gitdags)
![Docker Pulls](https://img.shields.io/docker/pulls/zigarn/gitdags)

## Use

Launch the docker image with:

- Volumes:
- `/data`: folder containing tex files

E.g:

```shell
docker run \
--volume ${PWD}:/data \
zigarn/gitdags myfile.tex
```