eternnoir / ubuntu-14.04-sshd

The Docker ubuntu 14.04 with sshd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu-14.04-sshd

The Docker ubuntu 14.04 with sshd

##Usage

$ docker pull eternnoir/ubuntu-14.04-sshd
$ docker run -p 22:22 eternnoir/ubuntu-14.04-sshd 

The default root password is 'myrootpwd'.

##Build

$ git clone git@github.com:eternnoir/ubuntu-14.04-sshd.git
$ cd ubuntu-14.04-sshd

Edit your root password in Dockerfile

$ docker build -t eternnoir/ubuntu-14.04-sshd
$ docker run -p 22:22 eternnoir/ubuntu-14.04-sshd 

About

The Docker ubuntu 14.04 with sshd

License:GNU General Public License v2.0