sersync docker image, easy to use.
sersync on host1 such as 192.168.1.10docker run -d -v /some/dir:/syncdir -p 873:873 -e TARGET_HOST=192.168.1.11 --name sersync taojy123/sersync
Note: Please publish the container's port 873 to host port 873, or use host network.
sersync on host2 such as 192.168.1.11docker run -d -v /some/dir:/syncdir -p 873:873 -e TARGET_HOST=192.168.1.10 --name sersync taojy123/sersync
Note: This operation will overwrite the /some/dir directory in host1.
Content type
Image
Digest
Size
6.8 MB
Last updated
almost 6 years ago
docker pull taojy123/sersync