From e71f63d2f96fdf75b5e6641e91a1ddd8ebe2ade7 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Wed, 11 Aug 2021 18:19:21 +0100 Subject: [PATCH] Fix some minor updates in Desktop 3.6 docs Signed-off-by: Usha Mandya --- docker-for-mac/release-notes.md | 1 - docker-for-windows/release-notes.md | 5 ++--- docker-for-windows/troubleshoot.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 630742ad32..25f25e0eca 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -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 diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 3a37ea8b07..82075b35f1 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -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 diff --git a/docker-for-windows/troubleshoot.md b/docker-for-windows/troubleshoot.md index 7fbf585b63..725bf56576 100644 --- a/docker-for-windows/troubleshoot.md +++ b/docker-for-windows/troubleshoot.md @@ -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.