docker sandbox create shell
| 内容説明 | Create a sandbox for shell |
|---|---|
| 利用方法 | docker sandbox create shell WORKSPACE [EXTRA_WORKSPACE...] |
内容説明
警告The Docker Desktop-integrated
docker sandboxcommands are deprecated and replaced by the standalonesbxCLI. This deprecation applies only to the Docker Desktop integration, not to Docker Sandboxes.
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.