Skip to content

Commit 3e263c5

Browse files
committed
update README: docker autobuild
1 parent 8e9d292 commit 3e263c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# go-davsync
22
Rsync-style WebDAV synchronizer
33

4+
[![Docker Automated build](https://img.shields.io/docker/automated/iodeveloper/go-davsync.svg)](https://registry.hub.docker.com/r/iodeveloper/go-davsync)
5+
6+
[![Docker Hub repository](http://dockeri.co/image/iodeveloper/go-davsync)](https://registry.hub.docker.com/r/iodeveloper/go-davsync)
7+
8+
`iodeveloper/go-davsync:latest`
9+
410
## Usage
511
* `-i /some/input/dir` - path of source directory. Default is local `./`
612
* `-iconf /input/config.json` - path to secrets and options. Default none - means local filesystem source
@@ -52,7 +58,7 @@ files
5258
docker run --rm \
5359
-v $(pwd)/files:/input \
5460
-v $(pwd)/davconf.json:/davconf.json \
55-
go-davsync:local \
61+
iodeveloper/go-davsync:latest \
5662
-i /input \
5763
-o "/Uploads/01" \
5864
-oconf /davconf.json \

0 commit comments

Comments
 (0)