A basic sshd that can be started alongside other containers with the `--volumes-from` option
417
Used for accessing files in other containers with the "--volumes-from" run option. This started out from the example in the docker guide for running ssh; but I couldn't find a public image of it so built it myself. Since then I've switched to using an Alpine linux base image with dropbear, since it drops the image size from 250MB to less than 4.5MB.
The image is available at markgrimes/sshdaemon
Supported architectures are:
The latest tag (or no tag) is the multi-arch manifest, i.e. docker pull markgrimes/dnsmasq or docker pull markgrimes/dnsmasq:latest will automatically select the correct image for your system. This manifest tag is created by manually running Phil Estes' manifest-tool when the architecture tags change.
Content type
Image
Digest
Size
2.2 MB
Last updated
over 8 years ago
docker pull markgrimes/sshdaemon