sshd enabled ubuntu docker image
Docker image is available as auchida/ubuntu-sshd in Docker Hub.
16.04,xenial,latest14.04,trusty
$ docker run -d -p 2222:22 auchida/ubuntu-sshd
$ ssh root@localhost -p 2222 # or ssh ubuntu@localhost -p 2222- openssh-server
- python
- python-apt
- sudo
| user | password |
|---|---|
| root | root |
| ubuntu | ubuntu |
Contents on this repository are dedicated to 
License for distributed Docker images follows one of Ubuntu Project.