From 8f413ab4b92252cbd4ba0d57425a06f6c2bfac3e Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:55:57 +0100 Subject: [PATCH] ENGDOCS-1557 (#17867) * ENGDOCS-1557 * edits --------- Co-authored-by: aevesdocker --- desktop/use-desktop/pause.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/use-desktop/pause.md b/desktop/use-desktop/pause.md index 2ce231e420..b79f886b65 100644 --- a/desktop/use-desktop/pause.md +++ b/desktop/use-desktop/pause.md @@ -4,10 +4,17 @@ keywords: Docker Dashboard, manage, containers, gui, dashboard, pause, user manu title: Pause Docker Desktop --- -To save CPU resources on your machine, Docker Desktop automatically pauses when it is not in use. +When Docker Desktop is paused, the Linux VM running Docker Engine is paused, the current state of all your containers are saved in memory, and all processes are frozen. This reduces the CPU and memory usage and helps you retain a longer battery life on your laptop. -When Docker Desktop is paused, the Linux VM running Docker Engine is paused, the current state of all your containers are saved in memory, and all processes are frozen. This reduces the CPU usage and helps you retain a longer battery life on your laptop. +You can either manually pause Docker Desktop or turn on the Resource Saver feature which automatically pauses Docker Desktop when no container is running. -You can also manually pause Docker Desktop. From either the menu bar on Mac or the tray icon on Windows, select the Docker menu ![whale menu](../images/whale-x.svg){: .inline} and then **Pause**. You can manually resume Docker Desktop by clicking the **Resume** option in the Docker menu, or by running any Docker CLI command. +You can manually pause Docker Desktop by selecting the Docker menu ![whale menu](../images/whale-x.svg){: .inline} and then **Pause**. To manually resume Docker Desktop, select the **Resume** option in the Docker menu, or run any Docker CLI command. When you manually pause Docker Desktop, a paused status displays on the Docker menu and on the Docker Dashboard. You can still access the **Settings** and the **Troubleshoot** menu. + +When Resource Saver kicks in, a leaf icon display on the Docker menu. + +> **Important** +> +>Resource Saver is currently an experimental feature. To access this feature, make sure you have turned on access to experimental features in settings. +{: .important} \ No newline at end of file