A Docker image to run git-wtf.
Because you may not want to install Ruby locally.
WORKINGDIR is /src.
From your shell:
docker run -it --rm \
--name git-wtf \
-v "$PWD":/src \
--read-only \
letompouce/git-wtf
The git-wtf bash script is a convenient wrapper to be placed in your
PATH, such as /usr/local/bin/git-wtf.
Then just use it normally:
git-wtf --help
git-wtf --long
git-wtf.rb from https://github.com/DanielVartanov/willgitContent type
Image
Digest
Size
37.2 MB
Last updated
over 5 years ago
docker pull letompouce/git-wtf