Merge pull request #13332 from usha-mandya/desktop-36-fixes

Fix some minor updates in Desktop 3.6 docs
This commit is contained in:
Sebastiaan van Stijn 2021-08-11 22:40:16 +02:00 committed by GitHub
commit 37afe5b403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -23,7 +23,6 @@ This page contains information about the new features, improvements, known issue
- **Dev Environments**: You can now create a Dev Environment from your local Git repository. For more information, see [Start a Dev Environment from a local folder](../desktop/dev-environments.md#start-a-dev-environment-from-a-local-folder).
- **Volume Management**: You can now sort volumes by the name, the date created, and the size of the volume. You can also search for specific volumes using the **Search** field. For more information, see [Explore volumes](../desktop/dashboard.md#explore-volumes).
- Volume Management: Add name search to volumes list
### Upgrades

View File

@ -20,9 +20,8 @@ This page contains information about the new features, improvements, known issue
### New
- Dev Environments: You can now create a Dev Environment from your local git repository
- Volume Management: Add sorting to volume list
- Volume Management: Add name search to volumes list
- **Dev Environments**: You can now create a Dev Environment from your local Git repository. For more information, see [Start a Dev Environment from a local folder](../desktop/dev-environments.md#start-a-dev-environment-from-a-local-folder).
- **Volume Management**: You can now sort volumes by the name, the date created, and the size of the volume. You can also search for specific volumes using the **Search** field. For more information, see [Explore volumes](../desktop/dashboard.md#explore-volumes).
### Upgrades

View File

@ -90,7 +90,7 @@ Files\Docker\Docker\resources\com.docker.diagnose.exe`.
To run the self-diagnose tool in Powershell:
```powershell
PS C:\> & "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
PS C:\> & "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 one. If there are any failures, it highlights the most relevant at the end.