Docker-Docs/engine/examples/running_ssh_service.md

12 lines
449 B
Markdown
Raw Permalink Normal View History

2020-11-18 13:32:27 -05:00
---
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.