Skip to content

Minimal Alpine Linux Docker container with sshd exposed and rsync installed

License

Notifications You must be signed in to change notification settings

yintai/docker-sshd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSHD

Docker Repository on Quay.io

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

Mount your .ssh credentials (RSA public keys) at /root/.ssh/ in order to access the container via root ssh.

Optionally mount a custom sshd config at /etc/ssh/.

Usage Example

docker run -d -p 2222:22 -v /secrets/id_rsa.pub:/root/.ssh/authorized_keys:ro -v /mnt/data/:/data/ quay.io/macropin/sshd

About

Minimal Alpine Linux Docker container with sshd exposed and rsync installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%