github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/attach.md (about) 1 # docker attach 2 3 <!---MARKER_GEN_START--> 4 Attach local standard input, output, and error streams to a running container 5 6 ### Aliases 7 8 `docker container attach`, `docker attach` 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:----------------|:---------|:--------|:----------------------------------------------------| 14 | `--detach-keys` | `string` | | Override the key sequence for detaching a container | 15 | `--no-stdin` | | | Do not attach STDIN | 16 | `--sig-proxy` | `bool` | `true` | Proxy all received signals to the process | 17 18 19 <!---MARKER_GEN_END--> 20