Sign inSign up

arvindr226/docker-ssh

By arvindr226

•Updated over 9 years ago

Docker image ready with ssh server

Image
1

366

arvindr226/docker-ssh repository overview

⁠Openssh server enabled in the Ubuntu 14.04 images on Docker.

Git clone the repository

$ git clone https://github.com/arvindr226/ssh

Get in the repository and make docker image build.

$ cd ssh 
$ docker build -t arvindr226/ubunutu14.04-ssh .

Docker run using below command.

$ docker -d --name ssh -p 2222:22 arvindr226/ubunutu14.04-ssh

To Check the ssh login like below

$ ssh root@localhost -p 2222

Default password-: screencast

Tag summary

Content type

Image

Digest

Size

97.8 MB

Last updated

over 9 years ago

docker pull arvindr226/docker-ssh