mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +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>
12 lines
449 B
Markdown
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.
|