Ubuntu:14:04 based image with sFTP-server, configurable by environment variables
4.2K
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
Hint: GROUP_GID can be any valid group id (that has already been created)
Content type
Image
Digest
Size
99.5 MB
Last updated
about 9 years ago
docker pull robtimmer/sftp