Simplistic rsync server on a small Docker image
Find a file
2017-05-02 23:06:47 +01:00
Dockerfile feat: don't create default volume 2017-04-30 14:32:55 +01:00
entrypoint.sh refactor: OWNER -> USER for clarity 2017-05-02 23:06:47 +01:00
LICENSE Initial commit 2017-04-30 09:55:32 +01:00
README.md docs: add example rsync command 2017-04-30 16:36:15 +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. To push files into the container, you may use rsync -rtR <file-or-directory> rsync://<docker-host-ip>:873/volume.