Skip to content
Fresh

docker sandbox create copilot

Back

Reference

docker sandbox create copilot

Copy as Markdown

Open MarkdownAsk Docs AIClaudeOpen in Claude

| Description | Create a sandbox for copilot | | Usage | docker sandbox create copilot WORKSPACE [EXTRA_WORKSPACE...] |

Description

Create a sandbox with access to a host workspace for copilot.

The workspace path is required and will be exposed inside the sandbox at the same path as on the host. Additional workspaces can be provided as extra arguments. Append ":ro" to mount them read-only.

Use 'docker sandbox run SANDBOX' to start copilot after creation.