Skip to content

Commit 49328ef

Browse files
authored
Merge pull request #22357 from aevesdocker/ENGDOCS-2515a
ENGDOCS-2515a
1 parent 0fd4f0b commit 49328ef

17 files changed

+67
-102
lines changed
-58.1 KB
Binary file not shown.
-75.8 KB
Binary file not shown.
-71.1 KB
Binary file not shown.
-91.8 KB
Binary file not shown.
-7.1 KB
Binary file not shown.
-39.4 KB
Binary file not shown.
-114 KB
Binary file not shown.
142 KB
Loading
-27.7 KB
Binary file not shown.

content/manuals/desktop/use-desktop/_index.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,48 @@ aliases:
1010

1111
When you open Docker Desktop, the Docker Desktop Dashboard displays.
1212

13-
![Docker Desktop Dashboard on Containers view](../images/dashboard.webp)
13+
![Docker Desktop Dashboard on Containers view](../images/dashboard.png)
1414

15-
The **Containers** view provides a runtime view of all your containers and applications. It allows you to interact with containers and applications, and manage the lifecycle of your applications directly from your machine. This view also provides an intuitive interface to perform common actions to inspect, interact with, and manage your Docker objects including containers and Docker Compose-based applications. For more information, see [Explore running containers and applications](container.md).
16-
17-
The **Images** view displays a list of your Docker images and allows you to run an image as a container, pull the latest version of an image from Docker Hub, and inspect images. It also displays a summary of image vulnerabilities. In addition, the **Images** view contains clean-up options to remove unwanted images from the disk to reclaim space. If you are logged in, you can also see the images you and your organization have shared on Docker Hub. For more information, see [Explore your images](images.md).
18-
19-
The **Volumes** view displays a list of volumes and allows you to easily create and delete volumes and see which ones are being used. For more information, see [Explore volumes](volumes.md).
20-
21-
The **Builds** view lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md).
15+
It provides a centralized interface to manage your [containers](container.md), [images](images.md), [volumes](volumes.md), and [builds](builds.md).
2216

2317
In addition, the Docker Desktop Dashboard lets you:
2418

19+
- Use [Ask Gordon](/manuals/desktop/features/gordon/_index.md), a personal AI assistant embedded in Docker Desktop and the Docker CLI. It's designed to streamline your workflow and help you make the most of the Docker ecosystem.
2520
- Navigate to the **Settings** menu to configure your Docker Desktop settings. Select the **Settings** icon in the Dashboard header.
2621
- Access the **Troubleshoot** menu to debug and perform restart operations. Select the **Troubleshoot** icon in the Dashboard header.
2722
- Be notified of new releases, installation progress updates, and more in the **Notifications center**. Select the bell icon in the bottom-right corner of the Docker Desktop Dashboard to access the notification center.
2823
- Access the **Learning center** from the Dashboard header. It helps you get started with quick in-app walkthroughs and provides other resources for learning about Docker.
2924

3025
For a more detailed guide about getting started, see [Get started](/get-started/introduction/_index.md).
31-
- Get to the [Docker Scout](../../scout/_index.md) dashboard.
32-
- Check the status of Docker services.
3326
- Access [Docker Hub](/manuals/docker-hub/_index.md) to search, browse, pull, run, or view details
3427
of images.
28+
- Get to the [Docker Scout](../../scout/_index.md) dashboard.
29+
- Navigate to [Docker Extensions](/manuals/extensions/_index.md).
30+
31+
## Docker terminal
32+
33+
From the Docker Dashboard footer, you can use the integrated terminal directly within Docker Desktop.
34+
35+
The integrated terminal:
36+
37+
- Persists your session if you navigate to another
38+
part of the Docker Desktop Dashboard and then return.
39+
- Supports copy, paste, search, and clearing your session.
40+
41+
#### Open the integrated terminal
42+
43+
To open the integrated terminal, either:
44+
45+
- Hover over your running container and under the **Actions** column, select the **Show container actions**
46+
menu. From the drop-down menu, select **Open in terminal**.
47+
- Or, select the **Terminal** icon located in the bottom-right corner, next to the version number.
48+
49+
To use your external terminal, navigate to the **General** tab in **Settings**
50+
and select the **System default** option under **Choose your terminal**.
3551

3652
## Quick search
3753

38-
From the Docker Desktop Dashboard you can use Quick Search, which is located in the Dashboard header, to search for:
54+
Use Quick Search, which is located in the Docker Dashboard header, to search for:
3955

4056
- Any container or Compose application on your local system. You can see an overview of associated environment variables or perform quick actions, such as start, stop, or delete.
4157

@@ -49,9 +65,9 @@ From the Docker Desktop Dashboard you can use Quick Search, which is located in
4965

5066
## The Docker menu
5167

52-
Docker Desktop also provides an easy-access tray icon that appears in the taskbar and is referred to as the Docker menu {{< inline-image src="../../assets/images/whale-x.svg" alt="whale menu" >}}.
68+
Docker Desktop also includes a tray icon, referred to as the Docker menu {{< inline-image src="../../assets/images/whale-x.svg" alt="whale menu" >}} for quick access.
5369

54-
To display the Docker menu, select the {{< inline-image src="../../assets/images/whale-x.svg" alt="whale menu" >}} icon. It displays the following options:
70+
Select the {{< inline-image src="../../assets/images/whale-x.svg" alt="whale menu" >}} icon in your taskbar to open options such as:
5571

5672
- **Dashboard**. This takes you to the Docker Desktop Dashboard.
5773
- **Sign in/Sign up**

0 commit comments

Comments
 (0)