Short Description
Open Source Continuous File Synchronization
Full Description
Please ignore the Docker Hub "Source Repository" and "Dockerfile" -- they are incorrect; automated builds cannot be switched between repos, so this is built/pushed from my own CI server via https://github.com/tianon/docker-syncthing instead.
syncthing
See Dockerfile
and example run.sh
script for usage.
syncthing-inotify
In the inotify
tags, you'll find syncthing-inotify
.
This image is only useful in the context of a running instance of syncthing
, so check out the main image tags if you don't have syncthing
already.
You probably also want to read "Troubleshooting for folders with many files on Linux", especially sudo sysctl -w fs.inotify.max_user_watches=204800
(as the temporary not-safe-from-reboot solution).