Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _data/engine-cli/docker_attach.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
command: docker attach
short: Attach local standard input, output, and error streams to a running container
short: |
Attach local standard input, output, and error streams to a running container
long: |-
Use `docker attach` to attach your terminal's standard input, output, and error
(or any combination of the three) to a running container using the container's
Expand Down Expand Up @@ -68,6 +69,7 @@ options:
value_type: string
description: Override the key sequence for detaching a container
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
Expand All @@ -77,6 +79,7 @@ options:
default_value: "false"
description: Do not attach STDIN
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
Expand All @@ -86,6 +89,7 @@ options:
default_value: "true"
description: Proxy all received signals to the process
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
Expand Down
Loading