Add rsync Dockerfile

This commit is contained in:
zema1
2017-12-01 13:58:37 +08:00
parent 0f6fa71657
commit e6834fa6f7
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM alpine:3.6
RUN apk add --update --no-cache rsync
ADD ./run.sh /tmp/run.sh
ADD ./rsyncd.conf /etc/rsyncd.conf
CMD /bin/sh /tmp/run.sh