File tree Expand file tree Collapse file tree 1 file changed +0
-54
lines changed
content/manuals/desktop/troubleshoot-and-support/troubleshoot Expand file tree Collapse file tree 1 file changed +0
-54
lines changed Original file line number Diff line number Diff line change @@ -187,60 +187,6 @@ If you don't have a paid Docker subscription, create an issue on GitHub:
187187- [ For Mac] ( https://github.com/docker/for-mac/issues )
188188- [ For Windows] ( https://github.com/docker/for-win/issues )
189189
190- ### Self-diagnose tool
191-
192- Docker Desktop contains a self-diagnose tool which can help you identify some common problems.
193-
194- {{< tabs group="os" >}}
195- {{< tab name="Windows" >}}
196- 1 . Locate the ` com.docker.diagnose ` tool.
197-
198- ``` console
199- $ C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe
200- ```
201-
202- 2 . In PowerShell, run the self-diagnose tool:
203-
204- ``` console
205- $ & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" gather
206- ```
207-
208- {{< /tab >}}
209- {{< tab name="Mac" >}}
210-
211- 1 . Locate the ` com.docker.diagnose ` tool.
212-
213- ``` console
214- $ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose
215- ```
216-
217- 2 . Run the self-diagnose tool:
218-
219- ``` console
220- $ /Applications/Docker.app/Contents/MacOS/com.docker.diagnose gather
221- ```
222-
223- {{< /tab >}}
224- {{< tab name="Linux" >}}
225-
226- 1 . Locate the ` com.docker.diagnose ` tool.
227-
228- 2 . Run the self-diagnose tool:
229-
230- ``` console
231- $ /opt/docker-desktop/bin/com.docker.diagnose gather
232- ```
233-
234- {{< /tab >}}
235- {{< /tabs >}}
236-
237- 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.
238-
239- You can then create an issue on GitHub:
240-
241- - [ For Linux] ( https://github.com/docker/desktop-linux/issues )
242- - [ For Mac] ( https://github.com/docker/for-mac/issues )
243- - [ For Windows] ( https://github.com/docker/for-win/issues )
244190
245191## Check the logs
246192
You can’t perform that action at this time.
0 commit comments