Skip to content
/ sshd Public

A Docker image for a barebones SSH server.

Notifications You must be signed in to change notification settings

rimads/sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yousuf Ahmad
Feb 22, 2020
2cdbd4d · Feb 22, 2020

History

4 Commits
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020
Feb 22, 2020

Repository files navigation

sshd

A Docker image for a barebones SSH server.

Can be included into your Docker Compose setup for your Azure App Service for Linux Multi-Container Web App.

To access your web app container's data volume(s) via SSH, share them with this container.

Usage

sshd: image: rimads/sshd:1.0 container_name: sshd restart: always ports: - "2222:2222" volumes: - : environment: SSH_PASSWD root:Docker!

About

A Docker image for a barebones SSH server.

Resources

Stars

Watchers

Forks

Packages

No packages published