This commit is contained in:
Václav Valíček (YCNet) 2018-03-01 00:23:32 +01:00
parent ba445e87df
commit addf0ad77f
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

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 :)