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.
fantastic: latest llama.cpp server webui can now run commands for tools into rootless sandboxed containers
llama.cpp server build 10423 adds an experimental --tools-runtime option that lets the webui run tool shell commands inside rootless sandboxed containers (e.g., podman:alpine or docker:alpine), downloading and instantiating the image automatically.
Hardening Container Images
The article explains techniques for hardening container images, such as compiling applications statically, using minimal base images, and implementing Landlock to restrict filesystem and network access for improved security.