Files
docker-docs/samples/running_ssh_service.md
Sebastiaan van Stijn e4455a5f8f Add / update some redirects for old URLs, and move old engine examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:52 +02:00

506 B

description, keywords, title, redirect_from
description keywords title redirect_from
Installing and running an SSHd service on Docker docker, example, package installation, networking Dockerize an SSH service
/engine/examples/running_ssh_service/

Running sshd inside a container is discouraged, however, it might be still useful for certain use cases such as port forwarding.

See https://github.com/linuxserver/docker-openssh-server for an example of Dockerized SSH service.