commit 4dd97037eda377c40c1ad82ff5ef9393e1865043 Author: Alin Voinea Date: Thu Apr 7 20:15:35 2016 +0300 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..63e036d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM alpine:3.3 +MAINTAINER "EEA: IDM2 A-Team" + +RUN apk add --no-cache --virtual .run-deps rsync openssh diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..9cd5a0f --- /dev/null +++ b/Readme.md @@ -0,0 +1,8 @@ +# Simple rsync container based on alpine + +A simple rsync Docker image to easily rsync data within Docker volumes + +## Usage + + $ docker run -it --rm -v blobstorage:/data/ eeacms/rsync \ + rsync user@remote.server.domain.or.ip:/var/local/blobs/ /data/