rsync-daemon (2)

Published 2025-12-16 13:08:47 +00:00 by peter

Installation

docker pull forge.ourworld.tf/peter/rsync-daemon:2
sha256:9a1fec2cca3bcaf8a7997c25bc79398c5888c6a190b62cf3449267238984bfff

Image layers

ADD alpine-minirootfs-3.20.8-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache rsync bash # buildkit
COPY rsyncd.conf /etc/rsyncd.conf # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
EXPOSE [873/tcp]
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2025-12-16 13:08:47 +00:00
1
OCI / Docker
linux/amd64
4.9 MiB
Versions (2) View all
2 2025-12-16
1 2025-12-16