File: buildx.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 (23 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# docker buildx

<!---MARKER_GEN_START-->
Extended build capabilities with BuildKit

### Subcommands

| Name                                 | Description                                     |
|:-------------------------------------|:------------------------------------------------|
| [`build`](buildx_build.md)           | Start a build                                   |
| [`dial-stdio`](buildx_dial-stdio.md) | Proxy current stdio streams to builder instance |
| [`stop`](buildx_stop.md)             | Stop builder instance                           |


### Options

| Name        | Type     | Default | Description                              |
|:------------|:---------|:--------|:-----------------------------------------|
| `--builder` | `string` |         | Override the configured builder instance |


<!---MARKER_GEN_END-->