This commit is contained in:
2018-03-01 00:23:32 +01:00
parent ba445e87df
commit addf0ad77f

View File

@@ -1,13 +1,14 @@
# Docker Repo Checker # Docker Repo Checker
Container, that runs mirror process of git repository periodically 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: # Run command:
Tiniest case is: Tiniest case is:
```bash ```bash
docker run -v cloner-test:/data -it --rm repo-cloner docker run -v cloner-test:/data -it --rm valicek1/repo-cloner
``` ```
when you HAVE to specify volume with configuration etc For more examples see Makefile and Dockerfiles :)