Skip to content

tailsdotcom/docker-sftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker build

sftp-alpine

This is a fully functional SFTP/SSH server for the cost of only 17.7MB!

The default configuration has a non-privileged user sftp with password DockerPassSFTP and is exposed on port 2222.

Example Usage

=== The following command will use physical port 2222, detach the container to run in the background, and name the container sftp:

$ docker run -p 2222:2222 -d --name sftp tailsdotcom/docker-sftp

You can then run sftp -P 2222 sftp@localhost to connect to the container.