Share feedback
Answers are generated based on the documentation.

docker sandbox create shell

DescriptionCreate a sandbox for shell
Usagedocker sandbox create shell WORKSPACE [EXTRA_WORKSPACE...]

Description

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

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 shell after creation.