microsandbox publishes multi-arch Docker images (amd64/arm64) to GitHub Container Registry. This is an interim solution for environments that require containerized deployment, pending microsandbox implementing the OCI runtime spec.Documentation Index
Fetch the complete documentation index at: https://superradcompanyinc-mintlify-changelog-1777648095.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Linux host with KVM support (
/dev/kvmmust be available) - Docker installed
Pull the image
Run a sandbox
The container requires--privileged and /dev/kvm access to run microVMs:
Persistent data
By default, sandbox data (images, cache, databases) is stored inside the container and lost when it stops. Mount a volume to persist data across restarts:Available tags
| Tag | Description |
|---|---|
latest | Latest release |
x.y.z (e.g. 0.4.0) | Specific version |
x.y (e.g. 0.4) | Latest patch of a minor version |