docs/samples/running_ssh_service.md

506 B

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.