diff --git a/README.md b/README.md index 81b1d38..3518b47 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # 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: Tiniest case is: ```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 :) +