docker-cloner -> repo-cloner
This commit is contained in:
parent
ac3be9e9a5
commit
47414309bb
|
@ -7,7 +7,7 @@ Container, that runs mirror process of git repository periodically
|
|||
Tiniest case is:
|
||||
|
||||
```bash
|
||||
docker run -v cloner-test:/data -it --rm docker-cloner
|
||||
docker run -v cloner-test:/data -it --rm repo-cloner
|
||||
```
|
||||
|
||||
when you HAVE to specify volume with configuration etc
|
||||
|
|
2
build.sh
2
build.sh
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker build -t docker-cloner .
|
||||
docker build -t repo-cloner .
|
||||
|
|
Loading…
Reference in New Issue
Block a user