Sign inSign up

czerasz/gource

By czerasz

Updated about 11 years ago

Visualize your repository. Make a stunning mp4 video which visualizes your repository changes.

Image
9

2.0K

czerasz/gource repository overview

Docker Gource Image

Docker container that has the capability to generate Gource videos in a headless environment.

Base Docker Image

Requirements:

Usage

Build or Download Image

Download automated build from public Docker Hub Registry:

docker pull czerasz/gource

Alternatively, you can build an image from the Dockerfile:

git clone [email protected]:czerasz/docker-gource.git
cd docker-gource
docker build -t czerasz/gource .  
Running
docker run --rm --name gource \
           -v REPO_ROOT:/repoRoot \
           -v RESULTS_FOLDER:/results \
           -v AVATARS_FOLDER:/avatars \
           --env TITLE="My overridden title text" \
           czerasz/gource

If you want repository usernames to be replaced with images then put images to avatars folder.
Name for the avatar image must match the username (e.g taivokasper.png).

Example: Automatically download Github repository
docker run --rm --name gource \
           -v $HOME/Videos/gource:/results \
           --env TITLE="Docker Evolution" \
           czerasz/gource docker/docker

Tag summary

Content type

Image

Digest

sha256:eac61c327

Size

214 MB

Last updated

about 11 years ago

docker pull czerasz/gource