ubuntu-14.04-with-SSHD-installed base image for Docker.
Run a container:
$ sudo docker run gedex/ubuntu-sshd
Get the IP Address of the running container:
$ sudo docker inspect -f '{{ .NetworkSettigs.IPAddress }}' CONTAINER
172.17.0.8
SSH into the running container:
$ ssh [email protected]
root:root
Content type
Image
Digest
sha256:6f6965adb…
Size
97.3 MB
Last updated
almost 11 years ago
docker pull gedex/ubuntu-sshd