Ubuntu:14:04 based image with sFTP-server and rSync, configurable by environment variables
1.6K
To launch it and have your share listen on port 2022, just type:
docker run -d -p 2022:22 -e USER=myuser -e PASS=myverysecretpassword -e GROUP_GID=33 robtimmer/sftp-rsync
Hint: GROUP_GID can be any valid group id (that has already being created)
Content type
Image
Digest
Size
98.4 MB
Last updated
over 9 years ago
docker pull robtimmer/sftp-rsync