Attach to a running container
docker attach [OPTIONS] CONTAINER
Name, shorthand | Default | Description |
---|---|---|
--detach-keys |
Override the key sequence for detaching a container | |
--no-stdin |
false |
Do not attach STDIN |
--sig-proxy |
true |
Proxy all received signals to the process |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker container attach
.