Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 343 Bytes

File metadata and controls

10 lines (9 loc) · 343 Bytes

Deprecated

Moved to: https://github.com/beekpr/base-docker-images

Git image

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