docker-rsync-ssh-server/README.md

12 lines
503 B
Markdown
Raw Permalink Normal View History

2021-05-15 00:12:38 -04:00
# docker-rsync-server
2021-05-15 00:41:19 -04:00
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 |