mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-02-05 10:28:59 +01:00
Added the rsync-server
This commit is contained in:
8
rsync-server/Dockerfile
Normal file
8
rsync-server/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ADD rsync-server.sh /usr/bin/rsync-server.sh
|
||||
|
||||
RUN apk add --no-cache bash rsync \
|
||||
&& chmod +x /usr/bin/rsync-server.sh
|
||||
|
||||
CMD /usr/bin/rsync-server.sh
|
||||
Reference in New Issue
Block a user