mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-17 16:37:46 +08:00

Remove the controller grpc service along with associated code related to sessions or remote controllers. Data types that are still used with complicated dependency chains have been kept in the same package for a future refactor. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
# docker buildx debug
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Start debugger (EXPERIMENTAL)
|
|
|
|
### Subcommands
|
|
|
|
| Name | Description |
|
|
|:---------------------------------|:--------------|
|
|
| [`build`](buildx_debug_build.md) | Start a build |
|
|
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:----------------|:---------|:--------|:--------------------------------------------------------------------------------------------------------------------|
|
|
| `--builder` | `string` | | Override the configured builder instance |
|
|
| `-D`, `--debug` | `bool` | | Enable debug logging |
|
|
| `--invoke` | `string` | | Launch a monitor with executing specified command (EXPERIMENTAL) |
|
|
| `--on` | `string` | `error` | When to launch the monitor ([always, error]) (EXPERIMENTAL) |
|
|
| `--progress` | `string` | `auto` | Set type of progress output (`auto`, `plain`, `tty`, `rawjson`) for the monitor. Use plain to show container output |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|