Moved to: https://github.com/beekpr/base-docker-images
This is an Ubuntu-based image containing Git. It can be used to clean a directory
or checkout code from version control. Therefore a local directory can be mapped
as /opt/git
. Example of git clean:
docker run --rm -v $(pwd):/opt/git bkpr/git clean