From e1c234971a00cbab6cc3fbee64b97f9bc769eda7 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Mon, 12 Jul 2021 10:58:17 +0100 Subject: [PATCH] Clarify how to open the Docker menu on Windows Signed-off-by: Usha Mandya --- docker-for-windows/index.md | 5 ++--- docker-for-windows/install.md | 8 +++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index 17c6443202..fd183a489c 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -23,12 +23,11 @@ For information about Docker Desktop download, system requirements, and installa ## Settings -The **Docker Desktop** menu allows you to configure your Docker settings such as installation, updates, version channels, Docker Hub login, -and more. +The **Docker Desktop** menu allows you to open the Docker Dashboard, run the Quick Start Guide, configure your Docker settings such as installation, updates, version channels, Docker Hub login, and more. This section explains the configuration options accessible from the **Settings** dialog. -1. Open the Docker Desktop menu by clicking the Docker icon in the Notifications area (or System tray): +1. To open the Docker Desktop menu, right-click the Docker icon in the Notifications area (or System tray): ![Showing hidden apps in the taskbar](images/whale-icon-systray-hidden.png){:width="250px"} diff --git a/docker-for-windows/install.md b/docker-for-windows/install.md index a82ef8cc05..aa9753cbb8 100644 --- a/docker-for-windows/install.md +++ b/docker-for-windows/install.md @@ -128,14 +128,16 @@ When the whale icon in the status bar stays steady, Docker Desktop is up-and-run If the whale icon is hidden in the Notifications area, click the up arrow on the taskbar to show it. To learn more, see [Docker Settings](index.md#docker-settings-dialog). -When the initialization is complete, Docker Desktop launches the onboarding tutorial. The tutorial includes a simple exercise to build an example Docker image, run it as a container, push and save the image to Docker Hub. +## Quick Start Guide + +When the initialization is complete, Docker Desktop launches the **Quick Start Guide**. This tutorial includes a simple exercise to build an example Docker image, run it as a container, push and save the image to Docker Hub. + +To run the Quick Start Guide on demand, right-click the Docker icon in the Notifications area (or System tray) to open the Docker Desktop menu and then select **Quick Start Guide**. ![Docker Quick Start tutorial](images/docker-tutorial-win.png){:width="450px"} Congratulations! You are now successfully running Docker Desktop on Windows. -If you would like to rerun the tutorial, go to the Docker Desktop menu and select **Learn**. - ## Updates {% include desktop-update.md %}