Skip to main content

docker

Method
This is a method of the SandboxConfig class in the config module.
Create a Docker sandbox configuration.

Signature

def docker(image: str) -> 'SandboxConfig'

Parameters

image
str
default:"'python:3.11-slim'"
No description available.

Returns

Returns
'SandboxConfig'
The result of the operation.