Sign inSign up

atb00ker/sshable

By atb00ker

Updated over 5 years ago
Archived

Ubuntu, Debian, CentOS, Fedora official images with OpenSSH and Python (Perfect for Ansible)

Image
0

2.5K

atb00ker/sshable repository overview

docker-sshable

Build Status Docker Hub GitHub

Official images with openssh-server and python3 installed and configured. General purpose sshable container with python3 installed. Containers maintained for working with ansible in mind.

IMPORTANT:

  • Ports 22/tcp, 80/tcp, 443/tcp exposed in all containers.
  • debian8 & centos6 contains python2 not python3

Image tags

  • Debian: debian10, debian9, debian8
  • Fedora: fedora26, fedora27, fedora28
  • Ubuntu: ubuntu14, ubuntu16, ubuntu18
  • CentOS: centos6, centos7

Usage

$ docker network create --driver bridge --subnet [network_address] --gateway [gateway_address] docker-bridge
$ docker run -dit --net docker-bridge --ip=[ip_address] atb00ker/sshable:debian10
$ ssh root@[ip_address]

Example values:

[network_address]: 192.168.56.33/27
[gateway]: 192.168.56.33
[ip_adress]: 192.168.56.35

Login information

  • user: root
  • password: root

Feel free to open an issue and talk about the repository. Thanks to Akihiro Uchida for docker-ubuntu-sshd.

Tag summary

Content type

Image

Digest

Size

64.3 MB

Last updated

over 5 years ago

docker pull atb00ker/sshable:ubuntu18