Show HN: Hosting 100 Linux dev environments on one VM using LXC

https://news.ycombinator.com/rss Hits: 1
Summary

Containarium Run hundreds of isolated Linux development environments on a single VM. Built with LXC, SSH jump hosts, and cloud-native automation. ๐Ÿšซ No Kubernetes ๐Ÿšซ No VM-per-user โœ… Just fast, cheap, isolated Linux environments Why Containarium? Most teams still provision one VM per developer for SSH-based development. That approach is: ๐Ÿ’ธ Expensive ๐Ÿข Slow to provision ๐Ÿงฑ Wasteful (idle CPU, memory, disk) Containarium replaces that model with multi-tenant system containers (LXC): One VM โ†’ many isolated Linux environments โ†’ massive cost savings In real deployments, this reduces infrastructure costs by up to 90%. What It Does Containarium is a container-based development environment platform that: Hosts many isolated Linux environments on a single cloud VM Gives each user SSH access to their own container Uses LXC system containers (not Docker app containers) Keeps containers persistent, even across VM restarts Is managed via a single Go CLI + gRPC Each container behaves like a lightweight VM: Full Linux OS User accounts SSH access Can run Docker, build tools, ML workloads, etc. Architecture (High Level) Developer Laptop | | ssh (ProxyJump) v +-------------------+ | SSH Jump Host | (no shell access) +-------------------+ | v +----------------------------------+ | Cloud VM (Host) | | | | +---------+ +---------+ | | | LXC #1 | | LXC #2 | ... | | | user A | | user B | | | +---------+ +---------+ | | | | ZFS-backed persistent storage | +----------------------------------+ Key Features ๐Ÿš€ Fast Provisioning Create a full Linux environment in seconds No VM boot, no OS installation per user ๐Ÿ” Strong Isolation Unprivileged LXC containers Separate users, filesystems, and processes SSH jump host prevents direct host access ๐Ÿ’พ Persistent Storage Containers survive: VM restarts Spot/preemptible instance termination Backed by ZFS persistent disks โš™๏ธ Simple Management Single Go binary gRPC-based control plane Terraform for infrastructure provisioning ๐Ÿ’ฐ Cost Efficient Example (illustrativ...

First seen: 2026-01-10 15:54

Last seen: 2026-01-10 15:54