sftp-client
A lightweight Docker image providing an SFTP client based on Alpine Linux.
824
A lightweight Docker image providing an SFTP client based on Alpine Linux.
This container is designed to run indefinitely so you can easily exec into it and initiate SFTP connections to any remote SFTP server.
openssh-client with full SFTP supportbash and CA certificatessleep infinity so it’s always ready to exec intodocker pull navneetlalg/sftp-client
docker run -d --name sftp-client navneetlalg/sftp-client
docker exec -it sftp-client bash
Inside the container:
sftp user@hostname
Or specify a port:
sftp -P 2222 user@hostname
docker run -d --name sftp-client -v $HOME/.ssh:/home/sftpuser/.ssh:ro navneetlalg/sftp-client
Then exec and use SFTP normally.
MIT or your preferred license.
Content type
Image
Digest
sha256:9c1822e2c…
Size
6.5 MB
Last updated
8 months ago
docker pull navneetlalg/sftp-client