Product Launch
anonymous
34 points
4 comments
Posted4 months agoActive4 months ago
Show HN: SSH-hypervisor – like SSH, but each user gets their own microVM
ekzhang.substack.comSSHVirtualizationLinux
Discussion (4 comments)
Showing 4 comments
This is a cool project! Would be interesting if this could be used to help teach and learn linux to a group of students. No need to muck about with user accounts and one could add a proxy layer and map each username to a dynamic DNS entry to help students host their own temporary webserver.
4 months ago
Thanks! I think that's a great idea. Containers are nice, but there's nothing quite like a "real" VM system in terms of learning + developing, and they can be very cheap if you're OK with the performance hit from nested virtualization :)
Another idea I had is to customize the rootfs. It boots Alpine right now, but should be trivial to change it to anything else (and it only takes ~5 seconds to build!).