All Projects → kartoza → docker-ssh

kartoza / docker-ssh

Licence: other
A simple docker container that runs ssh

Programming Languages

shell
77523 projects

docker-ssh

A simple docker container that runs ssh

To build the image do:

docker build -t kartoza/ssh git://github.com/timlinux/docker-ssh

To run a container do:

docker run --name "ssh" -p 2222:22 -d -t kartoza/ssh

To log into your container do:

ssh root@localhost -p 2222

Default password will appear in docker logs:

docker logs <container name> | grep 'root login password'

Tim Sutton ([email protected]) May 2014

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].