From e656f8decb37b2d7705d25f7c3a9a476839124d2 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 24 Jun 2025 10:33:19 +0100 Subject: [PATCH 1/3] Desktop: rm self-diagnose tool --- .../troubleshoot/_index.md | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 38d82183113..c1963a1178a 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -187,60 +187,6 @@ If you don't have a paid Docker subscription, create an issue on GitHub: - [For Mac](https://github.com/docker/for-mac/issues) - [For Windows](https://github.com/docker/for-win/issues) -### Self-diagnose tool - -Docker Desktop contains a self-diagnose tool which can help you identify some common problems. - -{{< tabs group="os" >}} -{{< tab name="Windows" >}} -1. Locate the `com.docker.diagnose` tool. - - ```console - $ C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe - ``` - -2. In PowerShell, run the self-diagnose tool: - - ```console - $ & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" gather - ``` - -{{< /tab >}} -{{< tab name="Mac" >}} - -1. Locate the `com.docker.diagnose` tool. - - ```console - $ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose - ``` - -2. Run the self-diagnose tool: - - ```console - $ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose gather - ``` - -{{< /tab >}} -{{< tab name="Linux" >}} - -1. Locate the `com.docker.diagnose` tool. - -2. Run the self-diagnose tool: - - ```console - $ /opt/docker-desktop/bin/com.docker.diagnose gather - ``` - -{{< /tab >}} -{{< /tabs >}} - -The tool runs a suite of checks and displays **PASS** or **FAIL** next to each check. If there are any failures, it highlights the most relevant at the end of the report. - -You can then create an issue on GitHub: - -- [For Linux](https://github.com/docker/desktop-linux/issues) -- [For Mac](https://github.com/docker/for-mac/issues) -- [For Windows](https://github.com/docker/for-win/issues) ## Check the logs From 972516963148c3a37bea56c3783c46005a609f43 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 24 Jun 2025 12:52:18 +0100 Subject: [PATCH 2/3] sme edit --- .../desktop/troubleshoot-and-support/troubleshoot/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index c1963a1178a..904ee6ee7c9 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -187,6 +187,11 @@ If you don't have a paid Docker subscription, create an issue on GitHub: - [For Mac](https://github.com/docker/for-mac/issues) - [For Windows](https://github.com/docker/for-win/issues) +### Self-diagnose tool + +> [!IMPORTANT] +> +> This tool has been deprecated in Docker Desktop version 4.43 and later. ## Check the logs From 46b506255324628964895bcd56a31bab79ef1af0 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:19:40 +0100 Subject: [PATCH 3/3] Update content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md --- .../desktop/troubleshoot-and-support/troubleshoot/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 904ee6ee7c9..88aea4c1c81 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -191,7 +191,7 @@ If you don't have a paid Docker subscription, create an issue on GitHub: > [!IMPORTANT] > -> This tool has been deprecated in Docker Desktop version 4.43 and later. +> This tool has been deprecated. ## Check the logs