Skip to main content

DockerSandboxConfig

@forge/monorepo


@forge/monorepo / backend/src / DockerSandboxConfig

Type Alias: DockerSandboxConfig

DockerSandboxConfig = object

Defined in: backend/src/toolkit/sandbox.ts:207

Properties

docker?

readonly optional docker?: string

Defined in: backend/src/toolkit/sandbox.ts:210


extraArgs?

readonly optional extraArgs?: readonly string[]

Defined in: backend/src/toolkit/sandbox.ts:214

Extra flags, appended after the enforced ones so they cannot remove them.


image

readonly image: string

Defined in: backend/src/toolkit/sandbox.ts:209

The image. A deployment's choice, and it should be one with a shell and nothing else.


memoryMb?

readonly optional memoryMb?: number

Defined in: backend/src/toolkit/sandbox.ts:212


shell?

readonly optional shell?: string

Defined in: backend/src/toolkit/sandbox.ts:215


timeoutMs?

readonly optional timeoutMs?: number

Defined in: backend/src/toolkit/sandbox.ts:211