GitHub - onlywade/docker-gource: Docker container that has the capability to generate Gource videos

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

8 Commits

Repository files navigation

docker-gource

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

Building

docker build -t taivokasper/gource .

Running

docker run -it --rm --name gource \
-v REPO_ROOT:/repoRoot \
-v RESULTS_FOLDER:/results \
-v AVATARS_FOLDER:/avatars \
--env TITLE="My overridden title text" \
taivokasper/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).

About

Docker container that has the capability to generate Gource videos

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages

  • Shell 100.0%