Simple rsync server running in a docker container
9.8K
#How to use this image:
docker run -d -p 873:873 -v `pwd`:/volume cravler/rsync
docker run -it --rm -v `pwd`:/volume -e 'RSYNC_PASSWORD=[password]' cravler/rsync rsync /volume/ rsync://[username]@172.17.0.1:873/data
or
docker run -it --rm -v `pwd`:/volume -e 'RSYNC_PASSWORD=[password]' cravler/rsync rsync rsync://[username]@172.17.0.1:873/data /volume
Content type
Image
Digest
sha256:0f19e341f…
Size
49.6 MB
Last updated
over 9 years ago
docker pull cravler/rsync