see :https://hub.docker.com/r/atmoz/sftp or https://www.cnblogs.com/lshan/p/15167908.html
10K+
about the source ,pls see : https://hub.docker.com/r/atmoz/sftp
how to use it :
run :
sudo docker run -itd --restart unless-stopped --name mysftp -v /host/upload:/home/foo/upload --privileged=true -p 2222:22 happysea/sftp foo:pass:1001
remark:
foo:pass:1001
foo is sftp "username"
pass is sftp "password"
you can login : sftp -p 2222 foo@you_ip
Content type
Image
Digest
Size
63.9 MB
Last updated
over 4 years ago
docker pull happysea/sftp