Skip to content

sshd-enabled ubuntu docker image especially for ansible test without docker connection plugin

License

Notifications You must be signed in to change notification settings

uchida/docker-ubuntu-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

docker-ubuntu-sshd

License MicroBadger

sshd enabled ubuntu docker image

Docker image is available as auchida/ubuntu-sshd in Docker Hub.

Image tags

  • 16.04, xenial, latest
  • 14.04, trusty

Usage

$ docker run -d -p 2222:22 auchida/ubuntu-sshd
$ ssh root@localhost -p 2222 # or ssh ubuntu@localhost -p 2222

Installed packages

  • openssh-server
  • python
  • python-apt
  • sudo

Login information

user password
root root
ubuntu ubuntu

License

Contents on this repository are dedicated to CC0 public domain. No rights reserved.

License for distributed Docker images follows one of Ubuntu Project.

About

sshd-enabled ubuntu docker image especially for ansible test without docker connection plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published