Commands / kosa8 sandbox create
kosa8 sandbox create
Boot a new sandbox microVM
Usage
kosa8 create [NAME]
Options
| Flag | Type | What it does | Default |
|---|---|---|---|
--cpus | uint | vCPUs | 2 |
--egress | string | network policy: any (default) or deny | — |
--egress-allow | stringArray | permit outbound traffic only to these hosts (repeatable); implies deny for everything else | [] |
--memory | uint64 | memory in MiB | 1024 |
-v, --mount | stringArray | share a host directory into the sandbox: HOST:GUEST[:ro] (repeatable) | [] |