Files
docker-docs/_data/engine-cli/docker_container_attach.yaml
French Ben d612188de0 Initial dump of CLI in yaml (#737)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:38:49 -08:00

16 lines
488 B
YAML

command: docker container attach
short: Attach to a running container
long: Attach to a running container
usage: docker container attach [OPTIONS] CONTAINER
pname: docker container
plink: docker_container.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