Sign inSign up

offlinegmbh/rsync-deploy

By offlinegmbh

Updated about 9 years ago

Docker image with rsync and ssh

Image
1

10K+

offlinegmbh/rsync-deploy repository overview

Docker image with rsync and ssh on Ubuntu

Usage example

Useful for deployments via rsync:

$ eval $(ssh-agent -s)
$ ssh-add <(echo "$SSH_PRIVATE_KEY")
$ rsync -arzvce "ssh -o StrictHostKeyChecking=no" --delete local/ user@remote:~/prod/

Tag summary

Content type

Image

Digest

Size

55.2 MB

Last updated

about 9 years ago

docker pull offlinegmbh/rsync-deploy