Fix some minor updates in Desktop 3.6 docs

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2021-08-11 18:19:21 +01:00
parent 2e6fc9c9ed
commit e71f63d2f9
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.