mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
42 lines
1.2 KiB
YAML
Generated
42 lines
1.2 KiB
YAML
Generated
command: docker sandbox create shell
|
|
short: Create a sandbox for shell
|
|
long: |-
|
|
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.
|
|
usage: docker sandbox create shell WORKSPACE [EXTRA_WORKSPACE...]
|
|
pname: docker sandbox create
|
|
plink: docker_sandbox_create.yaml
|
|
inherited_options:
|
|
- option: debug
|
|
shorthand: D
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Enable debug logging
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: socket
|
|
value_type: string
|
|
description: |
|
|
Connect to daemon at specific socket path (for development/debugging)
|
|
deprecated: false
|
|
hidden: true
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|