Docker image to provide sftp functionality - based on 1000kit/base.
This image is based on
use simply the build.sh
$ ./build.sh
start docker:
$ docker run -it -p 2222:22 -e SFTP_USERS=tkitftp:passwd1234:1001 1000kit/sftp /bin/bash
try to connect with:
$ sftp -P 2222 tkitftp@localhost
$ sftp -o PubkeyAuthentication=no -P 2222 tkitftp@localhost
download docker-compose.yml file and adapt to your needs
$ docker-compose up
Content type
Image
Digest
Size
91.1 MB
Last updated
almost 8 years ago
docker pull 1000kit/sftp