A jump-host SSH server that starts machines on-demand
3.1K
These are official Docker images for LazySSH. More documentation is available in the readme on GitHub: https://github.com/stephank/lazyssh#readme
To start a container from these images, run for example:
docker run \
-p 7922:7922 \
-v /path/to/config.hcl:/config.hcl:ro \
stephank/lazyssh
These are minimal 'from scratch' images, with just the Go binary inside. The binaries are the exact same as published on the GitHub releases page.
Images are multi-arch, and support the same set of CPU architectures as official Docker images.
Content type
Image
Digest
Size
5.7 MB
Last updated
over 5 years ago
docker pull stephank/lazyssh