Go to file
Tony Blyler 45b3402101
Fix sshd login failure due to root account not having a password, so set it to an empty password
2021-05-16 11:51:25 -04:00
.dockerignore create basic Dockerfile for having an ssh server with rsync 2021-05-15 00:22:40 -04:00
Dockerfile Fix sshd login failure due to root account not having a password, so set it to an empty password 2021-05-16 11:51:25 -04:00
LICENSE Initial commit 2021-05-15 00:12:38 -04:00
Makefile create basic Dockerfile for having an ssh server with rsync 2021-05-15 00:22:40 -04:00
README.md add basic rsync server image 2021-05-15 00:41:19 -04:00
entrypoint.sh Update entrypoint to not log out sshd PID for every check 2021-05-16 10:49:21 -04:00

README.md

docker-rsync-server

This is a simple docker image definition for starting an SSH server that is used for rsyncing to volume mounts.

Volumes

path description
/root/.ssh/authorized_keys the ssh keys to allow for auth
/etc/ssh location for SSH host keys and config
anywhere else the locations available for rsync