2024-01-15 07:49:53 -05:00
|
|
|
# docker attach
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Attach local standard input, output, and error streams to a running container
|
|
|
|
|
|
|
|
### Aliases
|
|
|
|
|
|
|
|
`docker container attach`, `docker attach`
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:----------------|:---------|:--------|:----------------------------------------------------|
|
|
|
|
| `--detach-keys` | `string` | | Override the key sequence for detaching a container |
|
2024-07-03 02:29:57 -04:00
|
|
|
| `--no-stdin` | `bool` | | Do not attach STDIN |
|
2024-02-21 03:51:39 -05:00
|
|
|
| `--sig-proxy` | `bool` | `true` | Proxy all received signals to the process |
|
2024-01-15 07:49:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|