https://github.com/andmos/docker-git
Super-duper-easy way to clone a git-repo and use it as data container for Docker
https://github.com/andmos/docker-git
Last synced: about 1 month ago
JSON representation
Super-duper-easy way to clone a git-repo and use it as data container for Docker
- Host: GitHub
- URL: https://github.com/andmos/docker-git
- Owner: andmos
- Created: 2015-05-24T08:29:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T08:52:43.000Z (about 9 years ago)
- Last Synced: 2025-05-08T23:52:56.656Z (about 1 month ago)
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker-git
===
Super-duper-simple way to use git to fetch stuff for use in a data container.docker build -t andmos/git .
docker run --name coffee -t andmos/git clone https://github.com/andmos/coffee.git
docker run --volumes-from=coffee -it debian /bin/ls /var/workspace/coffee[](https://travis-ci.org/andmos/Docker-Git)