mirror of https://github.com/docker/docs.git
Merge pull request #13332 from usha-mandya/desktop-36-fixes
Fix some minor updates in Desktop 3.6 docs
This commit is contained in:
commit
37afe5b403
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue