2018-02-08 15:09:47 +01:00
|
|
|
# Docker Repo Checker
|
|
|
|
|
|
|
|
Container, that runs mirror process of git repository periodically
|
|
|
|
|
|
|
|
# Run command:
|
|
|
|
|
|
|
|
Tiniest case is:
|
|
|
|
|
|
|
|
```bash
|
2018-02-08 15:23:47 +01:00
|
|
|
docker run -v cloner-test:/data -it --rm repo-cloner
|
2018-02-08 15:09:47 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
when you HAVE to specify volume with configuration etc
|