Skip to content

Commit 582c82f

Browse files
committed
[WIP] test engine cli reference changes
This updates the yamldocs for the engine cli reference with updated sources that include anchor tags for flags; this should make the flags in the "options" table clickable and scroll to the relevant section on the page (where present). This was built from docker/cli#3509, which is not yet merged (and has changes for the upcoming engine release, so cannot yet be published here). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c10ba03 commit 582c82f

149 files changed

Lines changed: 2242 additions & 905 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/engine-cli/docker_attach.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
command: docker attach
2-
short: Attach local standard input, output, and error streams to a running container
2+
short: |
3+
Attach local standard input, output, and error streams to a running container
34
long: |-
45
Use `docker attach` to attach your terminal's standard input, output, and error
56
(or any combination of the three) to a running container using the container's
@@ -68,6 +69,7 @@ options:
6869
value_type: string
6970
description: Override the key sequence for detaching a container
7071
deprecated: false
72+
hidden: false
7173
experimental: false
7274
experimentalcli: false
7375
kubernetes: false
@@ -77,6 +79,7 @@ options:
7779
default_value: "false"
7880
description: Do not attach STDIN
7981
deprecated: false
82+
hidden: false
8083
experimental: false
8184
experimentalcli: false
8285
kubernetes: false
@@ -86,6 +89,7 @@ options:
8689
default_value: "true"
8790
description: Proxy all received signals to the process
8891
deprecated: false
92+
hidden: false
8993
experimental: false
9094
experimentalcli: false
9195
kubernetes: false

0 commit comments

Comments
 (0)