Readme
This commit is contained in:
parent
ba445e87df
commit
addf0ad77f
|
@ -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 :)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user