mirror of https://github.com/docker/docs.git
16 lines
448 B
YAML
16 lines
448 B
YAML
command: docker attach
|
|
short: Attach to a running container
|
|
long: Attach to a running container
|
|
usage: docker attach [OPTIONS] CONTAINER
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: detach-keys
|
|
description: Override the key sequence for detaching a container
|
|
- option: no-stdin
|
|
default_value: "false"
|
|
description: Do not attach STDIN
|
|
- option: sig-proxy
|
|
default_value: "true"
|
|
description: Proxy all received signals to the process
|