ENGDOCS-2504 (#22315)

<!--Delete sections as needed -->

## Description

Fixes and closes https://github.com/docker/docs/issues/22307
Fixes and closes https://github.com/docker/docs/issues/22314
Closes https://github.com/docker/docs/issues/22293

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Allie Sadler 2025-03-27 08:13:14 +00:00 committed by GitHub
parent e0b58668a0
commit fcae8a021d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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 >}}