@zuno-ai/sandbox-local-docker
v0.2.2
Published
Docker-backed sandbox — one container per session, mounts a per-session volume. Good for dev and self-hosted deployments.
Readme
@zuno-ai/sandbox-local-docker
Docker-backed sandbox — one container per session, mounts a per-session volume. Good for dev and self-hosted deployments.
Use this package directly when: You're running Zuno locally or self-hosted and want process-level isolation without the operational overhead of a managed sandbox vendor.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/sandbox-local-dockerSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
