https://github.com/leanlabsio/git
git executable docker image
https://github.com/leanlabsio/git
Last synced: 6 months ago
JSON representation
git executable docker image
- Host: GitHub
- URL: https://github.com/leanlabsio/git
- Owner: leanlabsio
- Created: 2016-02-22T13:41:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T08:45:19.000Z (about 10 years ago)
- Last Synced: 2025-07-29T22:11:10.806Z (12 months ago)
- Homepage: https://hub.docker.com/r/leanlabs/git/
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Git builder container
Docker git executable container.
** Usage
#+BEGIN_SRC sh
docker run --rm \
-v `pwd`:/`pwd` \
-w `pwd` \
leanlabs/git clone https://github.com/leanlabsio/git.git
#+END_SRC