Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / createDockerSandbox

Function: createDockerSandbox()

ts
function createDockerSandbox(opts?): SandboxImpl;

Defined in: packages/security/src/sandbox/docker.ts:104

Construct a DockerSandbox instance. The adapter resolves the peer dependency lazily on the first run(...) call.

Parameters

ParameterType
optsDockerSandboxOptions

Returns

SandboxImpl

Stable