-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: "attach" and "buildx dial-stdio" cmds for testing
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
255 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# docker attach | ||
|
||
<!---MARKER_GEN_START--> | ||
Attach local standard input, output, and error streams to a running container | ||
|
||
### Aliases | ||
|
||
`docker container attach`, `docker attach` | ||
|
||
### Options | ||
|
||
| Name | Type | Default | Description | | ||
|:----------------|:---------|:--------|:----------------------------------------------------| | ||
| `--detach-keys` | `string` | | Override the key sequence for detaching a container | | ||
| `--no-stdin` | `bool` | | Do not attach STDIN | | ||
| `--sig-proxy` | `bool` | `true` | Proxy all received signals to the process | | ||
|
||
|
||
<!---MARKER_GEN_END--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# docker buildx dial-stdio | ||
|
||
<!---MARKER_GEN_START--> | ||
Proxy current stdio streams to builder instance | ||
|
||
### Options | ||
|
||
| Name | Type | Default | Description | | ||
|:-------------|:---------|:--------|:-------------------------------------------------| | ||
| `--builder` | `string` | | Override the configured builder instance | | ||
| `--platform` | `string` | | Target platform: this is used for node selection | | ||
| `--progress` | `string` | `quiet` | Set type of progress output (auto, plain, tty). | | ||
|
||
|
||
<!---MARKER_GEN_END--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.nh | ||
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals" | ||
|
||
.SH NAME | ||
.PP | ||
docker-attach - Attach local standard input, output, and error streams to a running container | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBdocker attach [OPTIONS] CONTAINER\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Attach local standard input, output, and error streams to a running container | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB--detach-keys\fP="" | ||
Override the key sequence for detaching a container | ||
|
||
.PP | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for attach | ||
|
||
.PP | ||
\fB--no-stdin\fP[=false] | ||
Do not attach STDIN | ||
|
||
.PP | ||
\fB--sig-proxy\fP[=true] | ||
Proxy all received signals to the process | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBdocker(1)\fP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.nh | ||
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals" | ||
|
||
.SH NAME | ||
.PP | ||
docker-buildx-dial-stdio - Proxy current stdio streams to builder instance | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBdocker buildx dial-stdio\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Proxy current stdio streams to builder instance | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for dial-stdio | ||
|
||
.PP | ||
\fB--platform\fP="" | ||
Target platform: this is used for node selection | ||
|
||
.PP | ||
\fB--progress\fP="quiet" | ||
Set type of progress output (auto, plain, tty). | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
.PP | ||
\fB--builder\fP="" | ||
Override the configured builder instance | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBdocker-buildx(1)\fP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
command: docker attach | ||
aliases: docker container attach, docker attach | ||
short: | | ||
Attach local standard input, output, and error streams to a running container | ||
long: | | ||
Attach local standard input, output, and error streams to a running container | ||
usage: docker attach [OPTIONS] CONTAINER | ||
pname: docker | ||
plink: docker.yaml | ||
options: | ||
- option: detach-keys | ||
value_type: string | ||
description: Override the key sequence for detaching a container | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: no-stdin | ||
value_type: bool | ||
default_value: "false" | ||
description: Do not attach STDIN | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: sig-proxy | ||
value_type: bool | ||
default_value: "true" | ||
description: Proxy all received signals to the process | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
command: docker buildx dial-stdio | ||
short: Proxy current stdio streams to builder instance | ||
long: Proxy current stdio streams to builder instance | ||
usage: docker buildx dial-stdio | ||
pname: docker buildx | ||
plink: docker_buildx.yaml | ||
options: | ||
- option: platform | ||
value_type: string | ||
description: 'Target platform: this is used for node selection' | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: progress | ||
value_type: string | ||
default_value: quiet | ||
description: Set type of progress output (auto, plain, tty). | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
inherited_options: | ||
- option: builder | ||
value_type: string | ||
description: Override the configured builder instance | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
|