This build creates an OpenSSH container based on Archlinux.
The container uses an easy-to-use passwordless root access :P
Download a prebuilt image from the registry.
docker pull lucacesari/openssh
Build it by hand.
docker build -t="lucacesari/openssh" github.com/lucacesari/docker-openssh
docker run -d -p 22:22 lucacesari/openssh
ssh root@localhost -p 22
Content type
Image
Digest
sha256:8eaaed5fb…
Size
101.9 MB
Last updated
almost 11 years ago
docker pull lucacesari/openssh