Azure / azurefile-dockervolumedriver

Docker Volume Driver for Azure File Service over SMB/CIFS :whale:
Apache License 2.0
169 stars 57 forks source link

Clone repo from Github #96

Closed PradeepJaiswar closed 6 years ago

PradeepJaiswar commented 6 years ago

I want to dynamically create containers for each student of batch and each student should have it's own copy of Github repo in the container. Also, the student should be able to keep their code changes for future. Even when container stops next time he should be able to mount his previously cloned repo into the new container.

Is there any way to cloning the repo from Github while creating volume?

I am sure this is possible but don't know how.

jmaitrehenry commented 6 years ago

@PradeepJaiswar No, it's not possible with this plugin, but your container could have an entrypoint that check if the repo exists and clone it.

msftgits commented 6 years ago

This driver is no longer supported and will not be maintained moving forward. We recommend users use CloudStor for Docker native solutions.

Thanks for your contribution, but to reduce confusion, we are closing issues, pull requests, and marking the repo as 'Archive' for the time being.