Base repository for debian-ssh image
337
This image allows to get ssh running on Docker.
To pull an image from a registry, simply start the container using the following command:
docker pull eliottbacker/debian-ssh
To run ssh in a background process, simply start the container using the following command:
docker run -d -p 2222:22 --name mysandbox debian-ssh
One user exist in the container: root (superuser)
To connect to this container as root:
ssh -p 2222 root@localhost
Change 2222 to any local port number of your choice.
Please report any issues with the Docker container to https://github.com/EliottBacker/DockerDebian/issues
Content type
Image
Digest
Size
107.9 MB
Last updated
over 9 years ago
docker pull eliottbacker/debian-ssh