An open API service indexing awesome lists of open source software.

https://github.com/gedex/docker-ubuntu-sshd

ubuntu-14.04-with-SSHD-installed base image for Docker.
https://github.com/gedex/docker-ubuntu-sshd

Last synced: over 1 year ago
JSON representation

ubuntu-14.04-with-SSHD-installed base image for Docker.

Awesome Lists containing this project

README

          

ubuntu-sshd
===========

ubuntu-14.04-with-SSHD-installed base image for Docker.

## Usage

Run a container:

```
$ sudo docker run gedex/ubuntu-sshd
```

Get the IP Address of the running container:

```
$ sudo docker inspect -f '{{ .NetworkSettigs.IPAddress }}' CONTAINER
172.17.0.8
```

SSH into the running container:

```
$ ssh root@172.17.0.8
```

## username:password

`root:root`