An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://travis-ci.org/andmos/Docker-Git.svg?branch=master)](https://travis-ci.org/andmos/Docker-Git)