Simple Linux image with rsync and Node.js installed. Useful when needing to use rsync on Windows
307
docker run --rm -v ${PWD}:/data athlon1600/rsync bash -c 'rsync -avz -e "ssh -p 22" ./ [email protected]:/root/example'
See more information and source code on Github:
Content type
Image
Digest
sha256:257c5379b…
Size
57.4 MB
Last updated
almost 2 years ago
docker pull athlon1600/rsync