mirror of https://github.com/docker/docs.git
506 B
506 B
description | keywords | title | redirect_from | |
---|---|---|---|---|
Installing and running an SSHd service on Docker | docker, example, package installation, networking | Dockerize an 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.