Skip to content

Commit fcae8a0

Browse files
authored
ENGDOCS-2504 (#22315)
<!--Delete sections as needed --> ## Description Fixes and closes #22307 Fixes and closes #22314 Closes #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
1 parent e0b5866 commit fcae8a0

File tree

1 file changed

+3
-3
lines changed
  • content/manuals/desktop/troubleshoot-and-support/troubleshoot

1 file changed

+3
-3
lines changed

content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co
202202
2. In PowerShell, run the self-diagnose tool:
203203

204204
```console
205-
$ & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
205+
$ & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" gather
206206
```
207207

208208
{{< /tab >}}
@@ -217,7 +217,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co
217217
2. Run the self-diagnose tool:
218218

219219
```console
220-
$ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
220+
$ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose gather
221221
```
222222

223223
{{< /tab >}}
@@ -228,7 +228,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co
228228
2. Run the self-diagnose tool:
229229

230230
```console
231-
$ /opt/docker-desktop/bin/com.docker.diagnose check
231+
$ /opt/docker-desktop/bin/com.docker.diagnose gather
232232
```
233233

234234
{{< /tab >}}

0 commit comments

Comments
 (0)