mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
The ssh example was really bad; it even leaks the root password as a plain text in the image :( This commit removes the sshd example and discourage people to dockerize sshd. The `running_ssh_service.md` page itself is not removed because there are hyperlinks on the Internet to that page. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
449 B
449 B
description, keywords, title
| description | keywords | title |
|---|---|---|
| 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.