Files
docker-docs/_data/engine-cli-edge/docker_container_attach.yaml
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00

17 lines
489 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