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.
- Host: GitHub
- URL: https://github.com/gedex/docker-ubuntu-sshd
- Owner: gedex
- Created: 2014-07-28T17:52:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T17:52:55.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T08:25:15.566Z (over 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`