40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
command: docker container attach
|
|
short: Attach local standard input, output, and error streams to a running container
|
|
long: Attach local standard input, output, and error streams to a running container
|
|
usage: docker container attach [OPTIONS] CONTAINER
|
|
pname: docker container
|
|
plink: docker_container.yaml
|
|
options:
|
|
- option: detach-keys
|
|
value_type: string
|
|
description: Override the key sequence for detaching a container
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: no-stdin
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Do not attach STDIN
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: sig-proxy
|
|
value_type: bool
|
|
default_value: "true"
|
|
description: Proxy all received signals to the process
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|