"C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe"
[2023-03-12T04:42:36.234756100Z][com.docker.diagnose.exe][I] set path configuration to OnHost
Please specify a command.
USAGE: com.docker.diagnose.exe [options] COMMAND [options]
Gather and upload diagnostics bundles for Docker Desktop.
Commands:
check
login
gather
upload
check-hypervisor
detect-host-hypervisor
Options:
-json string
Output check results to the given .json file
-path string
Local path prefix where to store the diagnostics bundle.
Run 'com.docker.diagnose.exe COMMAND help' for more information on the command
Common use cases:
- Generate a diagnostics check:
com.docker.diagnose.exe check
This will print a series of diagnostic and suggest a way to repair the failures.
- Generate a diagnostics bundle and upload:
com.docker.diagnose.exe gather -upload
This will print a diagnostics ID you can supply for further troubleshooting.
- Generate a local diagnostics bundle to upload later:
com.docker.diagnose.exe gather
This will print a diagnostics ID you can use to upload with.
com.docker.diagnose.exe submit <ID>
- Generate a local diagnostics bundle:
com.docker.diagnose.exe gather <file>
This will generate a local bundle in <file>.zip.
If -path is specified, place the diagnostics bundle in that directory. Otherwise the system default temporary directory will be used.