From addf0ad77f57b66e0e926664aeb9196cf6bce255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Val=C3=AD=C4=8Dek=20=28YCNet=29?= Date: Thu, 1 Mar 2018 00:23:32 +0100 Subject: [PATCH] Readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 :) +