This is a dockerised version of the Pygit2
Usage: docker run --rm -it mikechernev/pygit2 python
Example with using a local file:
Given that you have a test.py in your current directory run -
docker run --rm -it -v $(pwd):/code -w /code mikechernev/pygit2 python test.py
Content type
Image
Digest
Size
303.7 MB
Last updated
over 8 years ago
docker pull mikechernev/pygit2