SFTP-Server with changeable uid and gid
7.8K
Just use this command to start the container.
docker run --name sftp -v <host>:/data/incoming -d -P mobilistics/sftp
If you want to store the keys (so your fingerprint doesn't change) persistent, you can run it like that:
docker run --name sftp -v <host>:/data/incoming -v <host>:/ssh -d -P mobilistics/sftp
These options can be set: (hint: it is even possible to use '33' as gid/uid)
Content type
Image
Digest
sha256:2e80f20cf…
Size
77.3 MB
Last updated
about 2 years ago
docker pull mobilistics/sftp