Share feedback
Answers are generated based on the documentation.

docker sandbox create

DescriptionCreate a sandbox for an agent
Usagedocker sandbox create [OPTIONS] AGENT WORKSPACE

Description

Create a sandbox with access to a host workspace for an agent.

Available agents are provided as subcommands. Use "create AGENT --help" for agent-specific options.

Options

OptionDefaultDescription
--load-local-templateLoad a locally built template image into the sandbox (useful for testing local changes)
--nameName for the sandbox (default: -, letters, numbers, hyphens, and underscores)
-q, --quietSuppress verbose output
-t, --templateContainer image to use for the sandbox (default: agent-specific image)