Lsync docker image, powerful tool for sync directories
367
lsyncd for docker
Here is an example on how to use it with a docker-compose file. Please note, rsa ssh key file should owned by root and 644 chmod.
version: '2'
services:
lsyncd:
image: dimuskin/lsyncd
container_name: lsyncd
restart: always
volumes:
- ./id_rsa:/root/.ssh/id_rsa
- /home/local/path/source:/source
environment:
- [email protected]:/some/path/on/remote/host
Content type
Image
Digest
Size
10.6 MB
Last updated
over 7 years ago
docker pull dimuskin/lsyncd