Fully in-browser container builds
Summary
A web application that builds containers entirely in the browser using client-side code, demonstrating the power of custom container tooling. Users can pick a base image, run a shell script, and export the resulting image as a tar file.
View Cached Full Text
Cached at: 05/25/26, 01:08 PM
Similar Articles
apple/container
Apple has released an open-source tool called 'container' that creates and runs Linux containers as lightweight VMs on Mac with Apple silicon, supporting OCI-compatible images.
A Linux-like kernel in a browser tab - deep dive in the BrowserPod architecture
A deep dive into the architecture of BrowserPod, an in-browser sandbox with a WebAssembly-native kernel that runs Linux-compatible applications entirely client-side. The post covers the kernel's design, disk and networking subsystems, and its ability to run tools like Claude Code in the browser.
macOS Container Machines
Apple has released 'container', an open-source tool that lets macOS users create and run Linux containers as lightweight virtual machines, optimized for Apple silicon and supporting OCI-compatible images.
Self-hosted dev sandboxes with preview URLs (Docker, Go, no K8s)
sandboxed is an open-source engine that turns a single Linux machine into a fleet of isolated dev sandboxes with coding agents and live preview URLs, self-hosted and easy to install.
@devops_nk: Someone built Kubernetes that runs entirely in your browser. This might be the easiest way to learn Kubernetes. - No Do…
A developer ported Kubernetes to run entirely in the browser by rewriting core components in TypeScript, aided by AI for code conversion. The tool requires no installation and is designed for learning, teaching, and interview prep.