Skip to content

Desktop: rm self-diagnose tool #22900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -189,58 +189,9 @@ If you don't have a paid Docker subscription, create an issue on GitHub:

### 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)
> [!IMPORTANT]
>
> This tool has been deprecated.

## Check the logs

Expand Down