debug to capture a snapshot of the active context’s state when reporting an issue or diagnosing unexpected behaviour. The bundle prints to stdout by default — pipe it to a file or use --output to save it directly.
Reference
Collect a diagnostic bundle for the active context and print it to stdout. The bundle includes: host resource summary, Compose service status, container log driver configuration, Docker image inventory, and plugin-specific diagnostics contributed by the context’s plugin. Use--output to write the bundle to a file instead of printing to stdout.
| Flag | Default | Description |
|---|---|---|
-o, --output | Write the bundle to a file instead of stdout. | |
-v, --verbose | false | Include additional diagnostic details. |

