(fork) Run a SSH / SFTP server in a Docker container sharing only the folder mounted into
304
Run a SSH / SFTP server in a Docker container sharing only the folder mounted into the container
## Build container (optional)
$ docker build -t luzifer/sftp-server .
## Execute curator
$ docker run --rm -ti -v $(pwd):/data -e USER=myuser -e PASS=secretpass luzifer/sftp-server
share / changeme1000, so 1000 should be able to read / write files/ssh to a persistent storageContent type
Image
Digest
Size
5.9 MB
Last updated
almost 8 years ago
docker pull bariller/sftp-share