Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 194 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 194 Bytes

SSHD

Minimal Alpine Linux Docker container with sshd exposed and rsync installed.

Usage Example

docker build -t tuxlab_sshd .

docker run [--name NAME] -d -p 22 tuxlab_sshd