ENGDOCS-1520 (#17762)

Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
This commit is contained in:
Allie Sadler 2023-07-19 15:13:34 +01:00 committed by GitHub
parent b68297c5ef
commit c065d96bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ Docker Desktop cannot start.
2. Create and upload the diagnostics ID. Run:
```console
$ <tool location> gather -upload
$ "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" gather -upload
```
After the diagnostics have finished, the terminal displays your diagnostics ID and the path to the diagnostics file. The diagnostics ID is composed of your user ID and a timestamp. For example `BE9AFAAF-F68B-41D0-9D12-84760E6B8740/20190905152051`.
@ -184,7 +184,7 @@ Docker Desktop contains a self-diagnose tool which can help you identify some co
2. Run the self-diagnose tool:
```console
$ <tool location> check
$ "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
```
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.