docker-cloner -> repo-cloner
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user