Sign inSign up

dimuskin/lsyncd

By dimuskin

Updated over 7 years ago

Lsync docker image, powerful tool for sync directories

Image
0

367

dimuskin/lsyncd repository overview

lsyncd for docker

how to usage:

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

Tag summary

Content type

Image

Digest

Size

10.6 MB

Last updated

over 7 years ago

docker pull dimuskin/lsyncd