Search Docker Hub
rsync-deploy
By offlinegmbh
Docker image with rsync and ssh
10K+
Useful for deployments via rsync:
rsync
$ eval $(ssh-agent -s) $ ssh-add <(echo "$SSH_PRIVATE_KEY") $ rsync -arzvce "ssh -o StrictHostKeyChecking=no" --delete local/ user@remote:~/prod/
Content type
Image
Digest
Size
55.2 MB
Last updated
about 9 years ago
docker pull offlinegmbh/rsync-deploy