1 Repo
Mounts an in-memory filesystem into a sandbox for scratch space that is discarded when the sandbox stops.
Distinct from Filesystem Mounts: Distinct from Filesystem Mounts: specifically mounts in-memory tmpfs filesystems for ephemeral scratch space, not persistent storage volumes.
Explore 1 awesome GitHub repository matching data & databases · Temporary. Refine with filters or upvote what's useful.
Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag
Mounts in-memory filesystems into sandboxes for scratch space discarded when the sandbox stops.