repo-cloner/README.md

15 lines
371 B
Markdown
Raw Permalink Normal View History

# Docker Repo Checker
2018-03-01 00:23:32 +01:00
Bunch of scripts for recursive (with submodules) cloning and mirroring of git repositores, with "fancy" wizzard script and some tools to detect new commits/tags and notify potential CI.
# Run command:
Tiniest case is:
```bash
2018-03-01 00:23:32 +01:00
docker run -v cloner-test:/data -it --rm valicek1/repo-cloner
```
2018-03-01 00:23:32 +01:00
For more examples see Makefile and Dockerfiles :)