File: buildx_dial-stdio.md

package info (click to toggle)
golang-github-docker-cli-docs-tool 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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-->