PURISTA API / @purista/sandbox / DockerSandboxDriverConfig
Interface: DockerSandboxDriverConfig
Defined in: sandbox-service/src/driver/DockerSandboxDriver/DockerSandboxDriver.ts:16
Configuration for the DockerSandboxDriver.
Properties
cpus?
optionalcpus:string
Defined in: sandbox-service/src/driver/DockerSandboxDriver/DockerSandboxDriver.ts:22
CPU limit for the container (e.g. '1.0')
imageName
imageName:
string
Defined in: sandbox-service/src/driver/DockerSandboxDriver/DockerSandboxDriver.ts:18
The name of the Docker image to use for the sandbox
memory?
optionalmemory:string
Defined in: sandbox-service/src/driver/DockerSandboxDriver/DockerSandboxDriver.ts:20
Memory limit for the container (e.g. '1g')
networkDisabled?
optionalnetworkDisabled:boolean
Defined in: sandbox-service/src/driver/DockerSandboxDriver/DockerSandboxDriver.ts:24
Disable network access
