Sign inSign up

taojy123/sersync

By taojy123

Updated almost 6 years ago

sersync docker image, easy to use

Image
2

3.3K

taojy123/sersync repository overview

sersync

sersync docker image, easy to use.

First step, startup sersync on host1 such as 192.168.1.10
docker 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.

Second step, startup sersync on host2 such as 192.168.1.11
docker 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.

That's all done!

Tag summary

Content type

Image

Digest

Size

6.8 MB

Last updated

almost 6 years ago

docker pull taojy123/sersync