mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
506 B
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 |
|
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.