mirror of https://github.com/docker/docs.git
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:
parent
e0b58668a0
commit
fcae8a021d
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue