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
|
Before Width: | Height: | Size: 142 KiB |
BIN
content/manuals/desktop/images/dashboard.webp
Normal file
|
After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 23 KiB |
BIN
content/manuals/desktop/images/resource-saver-settings.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 38 KiB |
@@ -10,7 +10,7 @@ aliases:
|
||||
|
||||
When you open Docker Desktop, the Docker Desktop Dashboard displays.
|
||||
|
||||

|
||||

|
||||
|
||||
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).
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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]
|
||||
|
||||