Ubuntu, Debian, CentOS, Fedora official images with OpenSSH and Python (Perfect for Ansible)
2.5K
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:
22/tcp, 80/tcp, 443/tcp exposed in all containers.debian8 & centos6 contains python2 not python3debian10, debian9, debian8fedora26, fedora27, fedora28ubuntu14, ubuntu16, ubuntu18centos6, centos7$ 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
Feel free to open an issue and talk about the repository. Thanks to Akihiro Uchida for docker-ubuntu-sshd.
Content type
Image
Digest
Size
64.3 MB
Last updated
over 5 years ago
docker pull atb00ker/sshable:ubuntu18