diff --git a/content/manuals/desktop/images/dashboard.png b/content/manuals/desktop/images/dashboard.png deleted file mode 100644 index 904ff4dcd887..000000000000 Binary files a/content/manuals/desktop/images/dashboard.png and /dev/null differ diff --git a/content/manuals/desktop/images/dashboard.webp b/content/manuals/desktop/images/dashboard.webp new file mode 100644 index 000000000000..01602cf6de3c Binary files /dev/null and b/content/manuals/desktop/images/dashboard.webp differ diff --git a/content/manuals/desktop/images/resource-saver-settings.png b/content/manuals/desktop/images/resource-saver-settings.png deleted file mode 100644 index d492399c816c..000000000000 Binary files a/content/manuals/desktop/images/resource-saver-settings.png and /dev/null differ diff --git a/content/manuals/desktop/images/resource-saver-settings.webp b/content/manuals/desktop/images/resource-saver-settings.webp new file mode 100644 index 000000000000..c43a64df94ee Binary files /dev/null and b/content/manuals/desktop/images/resource-saver-settings.webp differ diff --git a/content/manuals/desktop/images/resource-saver-status-bar.png b/content/manuals/desktop/images/resource-saver-status-bar.png deleted file mode 100644 index c1724e58e78f..000000000000 Binary files a/content/manuals/desktop/images/resource-saver-status-bar.png and /dev/null differ diff --git a/content/manuals/desktop/images/synched-file-shares.webp b/content/manuals/desktop/images/synched-file-shares.webp index 828df943d074..750c93f012f2 100644 Binary files a/content/manuals/desktop/images/synched-file-shares.webp and b/content/manuals/desktop/images/synched-file-shares.webp differ diff --git a/content/manuals/desktop/use-desktop/_index.md b/content/manuals/desktop/use-desktop/_index.md index 791b64cfa358..15b820d83816 100644 --- a/content/manuals/desktop/use-desktop/_index.md +++ b/content/manuals/desktop/use-desktop/_index.md @@ -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). diff --git a/content/manuals/desktop/use-desktop/resource-saver.md b/content/manuals/desktop/use-desktop/resource-saver.md index 03ce4070c87e..91e9a131b5c9 100644 --- a/content/manuals/desktop/use-desktop/resource-saver.md +++ b/content/manuals/desktop/use-desktop/resource-saver.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. -![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]