File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# git-sync
22
3- > ** Warning**
4- > This is a warning
3+ > ** Warning**
4+ > The use of flags is deprecated! All configuration using environment variables only!
55
66:recycle : Easy to use and stable update of your repository.
77
@@ -33,13 +33,19 @@ cd git-sync && go build ./cmd/git-sync
3333### Docker container
3434
3535You can run it like this:
36+
3637``` bash
3738docker run -d --name git-sync eikoshelev/git-sync:v2.0.0
3839```
3940
4041..or build your own container:
42+
43+ ``` bash
44+ git clone https://github.com/eikoshelev/git-sync.git
45+ ```
46+
4147``` bash
42- docker build -t eikoshelev/git-sync:v2.0.0 --platform < OS> /< ARCH> .
48+ cd git-sync && docker build -t eikoshelev/git-sync:v2.0.0 --platform < OS> /< ARCH> .
4349```
4450
4551### Usage
You can’t perform that action at this time.
0 commit comments