Files
docker-docs/engine/examples/running_ssh_service.md
Akihiro Suda 7bafc72829 engine/examples: remove sshd example
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>
2020-11-04 13:44:17 +09:00

12 lines
449 B
Markdown

---
description: Installing and running an SSHd service on Docker
keywords: docker, example, package installation, networking
title: 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](https://github.com/linuxserver/docker-openssh-server)
for an example of Dockerized SSH service.