Skip to content

Commit d211ce0

Browse files
authored
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
1 parent 8cc6a0c commit d211ce0

File tree

8 files changed

+4
-8
lines changed

8 files changed

+4
-8
lines changed
-142 KB
Binary file not shown.
46.5 KB
Loading
-23.1 KB
Binary file not shown.
17.3 KB
Loading
-4.27 KB
Binary file not shown.
-45.6 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010

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

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

1515
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).
1616

content/manuals/desktop/use-desktop/resource-saver.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ experience.
2020
Resource Saver is enabled by default but can be disabled by navigating to the **Resources** tab, in **Settings**. You can also configure the idle
2121
timer as shown below.
2222

23-
![Resource Saver Settings](../images/resource-saver-settings.png)
23+
![Resource Saver Settings](../images/resource-saver-settings.webp)
2424

2525
If the values available aren't sufficient for your
2626
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
3333
There's no need to restart Docker Desktop after reconfiguring.
3434

3535
When Docker Desktop enters Resource Saver mode:
36-
- A leaf icon displays on the
36+
- A moon icon displays on the
3737
Docker Desktop status bar as well as on the Docker icon in
38-
the system tray. The following image shows the Linux VM CPU and memory utilization reduced
39-
to zero when Resource Saver mode is on.
40-
41-
![Resource Saver Status Bar](../images/resource-saver-status-bar.png)
42-
38+
the system tray.
4339
- 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.
4440

4541
> [!NOTE]

0 commit comments

Comments
 (0)