Skip to content

Commit

Permalink
update README: docker autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
io-developer committed Sep 24, 2020
1 parent 8e9d292 commit 3e263c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# go-davsync
Rsync-style WebDAV synchronizer

[![Docker Automated build](https://img.shields.io/docker/automated/iodeveloper/go-davsync.svg)](https://registry.hub.docker.com/r/iodeveloper/go-davsync)

[![Docker Hub repository](http://dockeri.co/image/iodeveloper/go-davsync)](https://registry.hub.docker.com/r/iodeveloper/go-davsync)

`iodeveloper/go-davsync:latest`

## Usage
* `-i /some/input/dir` - path of source directory. Default is local `./`
* `-iconf /input/config.json` - path to secrets and options. Default none - means local filesystem source
Expand Down Expand Up @@ -52,7 +58,7 @@ files
docker run --rm \
-v $(pwd)/files:/input \
-v $(pwd)/davconf.json:/davconf.json \
go-davsync:local \
iodeveloper/go-davsync:latest \
-i /input \
-o "/Uploads/01" \
-oconf /davconf.json \
Expand Down

0 comments on commit 3e263c5

Please sign in to comment.