Skip to content

inasafe/docker-realtime-sftp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-realtime-sftp

A simple docker container that runs sftp for realtime using default ssh port (22)

To build the image with the name 'AIFDR/sftp-realtime' do:

sh build.sh

To run a container do (will make a container with name 'sftp-realtime' and will mount volume for realtime needs):

sh run.sh

To log into your container do:

ssh root@localhost

Default password will appear in docker logs:

docker logs sftp-realtime | grep 'root login password'

Tim Sutton ([email protected]) May 2014

About

A simple docker container that runs ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%