From e02fa5ed326a5601a6978a0e9ec9c42a5ef282b2 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 26 Mar 2025 09:54:30 +0000 Subject: [PATCH] ENGDOCS-2504 --- .../desktop/troubleshoot-and-support/troubleshoot/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 263771424a2b..38d82183113a 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -202,7 +202,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co 2. In PowerShell, run the self-diagnose tool: ```console - $ & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check + $ & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" gather ``` {{< /tab >}} @@ -217,7 +217,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co 2. Run the self-diagnose tool: ```console - $ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check + $ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose gather ``` {{< /tab >}} @@ -228,7 +228,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co 2. Run the self-diagnose tool: ```console - $ /opt/docker-desktop/bin/com.docker.diagnose check + $ /opt/docker-desktop/bin/com.docker.diagnose gather ``` {{< /tab >}}