desktop screenshot update (#23750)

<!--Delete sections as needed -->

## Description

Updates screenshots.. (not sure if they're needed, but kept them anyway)

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Allie Sadler
2025-11-21 10:16:44 +00:00
committed by GitHub
parent 8cc6a0c8ae
commit d211ce0784
8 changed files with 4 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -10,7 +10,7 @@ aliases:
When you open Docker Desktop, the Docker Desktop Dashboard displays.
![Docker Desktop Dashboard on Containers view](../images/dashboard.png)
![Docker Desktop Dashboard on Containers view](../images/dashboard.webp)
It provides a centralized interface to manage your [containers](container.md), [images](images.md), [volumes](volumes.md), [builds](builds.md), and [Kubernetes resources](kubernetes.md).

View File

@@ -20,7 +20,7 @@ experience.
Resource Saver is enabled by default but can be disabled by navigating to the **Resources** tab, in **Settings**. You can also configure the idle
timer as shown below.
![Resource Saver Settings](../images/resource-saver-settings.png)
![Resource Saver Settings](../images/resource-saver-settings.webp)
If the values available aren't sufficient for your
needs, you can reconfigure it to any value, as long as the value is larger than 30 seconds, by
@@ -33,13 +33,9 @@ changing `autoPauseTimeoutSeconds` in the Docker Desktop `settings-store.json` f
There's no need to restart Docker Desktop after reconfiguring.
When Docker Desktop enters Resource Saver mode:
- A leaf icon displays on the
- A moon icon displays on the
Docker Desktop status bar as well as on the Docker icon in
the system tray. The following image shows the Linux VM CPU and memory utilization reduced
to zero when Resource Saver mode is on.
![Resource Saver Status Bar](../images/resource-saver-status-bar.png)
the system tray.
- Docker commands that don't run containers, for example listing container images or volumes, don't necessarily trigger an exit from Resource Saver mode as Docker Desktop can serve such commands without unnecessarily waking up the Linux VM.
> [!NOTE]