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.3.13) | Specific version |
x.y (e.g. 0.3) | Latest patch of a minor version |