Simplistic rsync server on a small Docker image
Find a file
2017-04-30 16:19:25 +01:00
Dockerfile feat: don't create default volume 2017-04-30 14:32:55 +01:00
entrypoint.sh fix: chown volume correctly to allow rsync as given owner 2017-04-30 16:19:25 +01:00
LICENSE Initial commit 2017-04-30 09:55:32 +01:00
README.md docs: basic usage info 2017-04-30 13:41:50 +01:00

rsync

A simple rsync server that runs inside Docker. It is intended to be used as a volume and shared among containers where standard volume sharing results in poor read performance.

Usage

The simplest use case is to run the image and map its 873 port:

$ docker run stefda/rsync -p 873:873

The command above will spin up a container that listens on port 873 for rsync connections.