Dockerized SSH service, built on top of official Debian images.
371
Dockerized SSH service, built on top of official Debian images.
$ docker run -d -P --name test_sshd thinegan/debian-sshd:jessie
$ docker port test_sshd 22
0.0.0.0:32770
$ ssh root@localhost -p 32770
# The password is `screencast`
root@ae65f549c1b0:~#
If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-sshd repo, which is the source for this image.
Content type
Image
Digest
Size
85.9 MB
Last updated
over 8 years ago
docker pull thinegan/debian-sshd