-
Notifications
You must be signed in to change notification settings - Fork 634
Expand file tree
/
Copy pathbuildx.md
More file actions
47 lines (35 loc) · 2.39 KB
/
buildx.md
File metadata and controls
47 lines (35 loc) · 2.39 KB
Edit and raw actions
OlderNewer
1
# buildx
2
3
```text
4
docker buildx [OPTIONS] COMMAND
5
```
6
7
<!---MARKER_GEN_START-->
8
Extended build capabilities with BuildKit
9
10
### Subcommands
11
12
| Name | Description |
13
|:-------------------------------------|:-------------------------------------------------|
14
| [`bake`](buildx_bake.md) | Build from a file |
15
| [`build`](buildx_build.md) | Start a build |
16
| [`create`](buildx_create.md) | Create a new builder instance |
17
| [`dap`](buildx_dap.md) | Start debug adapter protocol compatible debugger |
18
| [`debug`](buildx_debug.md) | Start debugger (EXPERIMENTAL) |
19
| [`dial-stdio`](buildx_dial-stdio.md) | Proxy current stdio streams to builder instance |
20
| [`du`](buildx_du.md) | Disk usage |
21
| [`history`](buildx_history.md) | Commands to work on build records |
22
| [`imagetools`](buildx_imagetools.md) | Commands to work on images in registry |
23
| [`inspect`](buildx_inspect.md) | Inspect current builder instance |
24
| [`ls`](buildx_ls.md) | List builder instances |
25
| [`policy`](buildx_policy.md) | Commands for working with build policies |
26
| [`prune`](buildx_prune.md) | Remove build cache |
27
| [`rm`](buildx_rm.md) | Remove one or more builder instances |
28
| [`stop`](buildx_stop.md) | Stop builder instance |
29
| [`use`](buildx_use.md) | Set the current builder instance |
30
| [`version`](buildx_version.md) | Show buildx version information |
31
32
33
### Options
34
35
| Name | Type | Default | Description |
36
|:------------------------|:---------|:--------|:-----------------------------------------|
37
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
38
| `-D`, `--debug` | `bool` | | Enable debug logging |
39
40
41
<!---MARKER_GEN_END-->
42
43
## Examples
44
45
### <a name="builder"></a> Override the configured builder instance (--builder)
46
47
You can also use the `BUILDX_BUILDER` environment variable.