Sign inSign up

thrashr888/rsync

By thrashr888

Updated over 7 years ago

For running rsync. Built on a minimal alpine base.

Image
0

316

thrashr888/rsync repository overview

SSH Action

$ export SSH_KEY=cat ~/.ssh/id_rsa $ export SSH_PUBLIC_KEY=cat ~/.ssh/id_rsa.pub $ export HOST=www.example.com $ docker build -t rsync . $ docker run -e SSH_KEY -e SSH_PUBLIC_KEY -e HOST -it rsync

Tag summary

Content type

Image

Digest

Size

6.4 MB

Last updated

over 7 years ago

docker pull thrashr888/rsync