Gource Docker Image
It's a turn-key docker image for the popular Gource visualization tool. The package also contains ffmpeg to aid video conversion.
docker pull ktamas77/gource
docker run -ti ktamas77/gource bash
gource <your commands here>
or
docker run ktamas77/gource gource <your commands here>
It's also possible to run this docker container in AWS Codebuild,
entirelly headless, without any display, for an example to render videos weekly.
Detailed Codebuild setup information is in the buildspec.yml file.
Content type
Image
Digest
Size
375.6 MB
Last updated
over 7 years ago
docker pull ktamas77/gource