witwall / docker-sshd

Minimal Alpine Linux Docker container with sshd exposed and rsync installed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 100.0%