git-vanity-sha icon indicating copy to clipboard operation
git-vanity-sha copied to clipboard

Docker?

Open AnthonyMastrean opened this issue 6 years ago • 0 comments

I started playing around with a Dockerfile...

$ docker run --rm -it \
    -v $PWD:/git \
    -v $HOME:/root \
    git-vanity-sha cafe

https://github.com/AnthonyMastrean/git-vanity-sha/commits/dockerfile

Is this interesting for anyone else? Can someone test this on Linux/Mac?


(Fixed an issue between Windows host and Linux guest by setting a .gitattributes)

AnthonyMastrean avatar Jul 13 '18 15:07 AnthonyMastrean