Files
buildx/docs/reference/buildx_dap.md
T
Jonathan A. Sternberg a8d359a9ca dap: make dap generally available
Removes the experimental flags and bits for dap and deletes some dead
code that somehow made its way this far without anyone noticing.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2026-03-23 10:43:27 -05:00

23 lines
643 B
Markdown

# docker buildx dap
<!---MARKER_GEN_START-->
Start debug adapter protocol compatible debugger
### Subcommands
| Name | Description |
|:-------------------------------|:--------------|
| [`build`](buildx_dap_build.md) | Start a build |
### Options
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------|
| `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging |
<!---MARKER_GEN_END-->