elifarley / docker-dev-env

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 ~/.ssh/id_rsa.pub:/root/ssh-config/authorized_keys:ro -v /mnt/data/:/data/ quay.io/elifarley/sshd

About

Minimal Alpine Linux Docker container with sshd exposed and rsync installed

License:MIT License


Languages

Language:Dockerfile 73.9%Language:Shell 24.5%Language:Python 1.6%