Clarify how to open the Docker menu on Windows

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2021-07-12 10:58:17 +01:00
parent 6507f5b3b0
commit e1c234971a
2 changed files with 7 additions and 6 deletions

View File

@ -23,12 +23,11 @@ For information about Docker Desktop download, system requirements, and installa
## Settings ## Settings
The **Docker Desktop** menu allows you to configure your Docker settings such as installation, updates, version channels, Docker Hub login, 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.
and more.
This section explains the configuration options accessible from the **Settings** dialog. 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"} ![Showing hidden apps in the taskbar](images/whale-icon-systray-hidden.png){:width="250px"}

View File

@ -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 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). 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"} ![Docker Quick Start tutorial](images/docker-tutorial-win.png){:width="450px"}
Congratulations! You are now successfully running Docker Desktop on Windows. 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 ## Updates
{% include desktop-update.md %} {% include desktop-update.md %}