Add rsync Dockerfile
This commit is contained in:
8
deploy/test_case_rsync/Dockerfile
Normal file
8
deploy/test_case_rsync/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user