Initial commit

This commit is contained in:
Alin Voinea 2016-04-07 20:15:35 +03:00
commit 4dd97037ed
2 changed files with 12 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM alpine:3.3
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh

8
Readme.md Normal file
View File

@ -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/