ENGDOCS-1557 (#17867)

* ENGDOCS-1557

* edits

---------

Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
This commit is contained in:
Allie Sadler 2023-08-03 16:55:57 +01:00 committed by GitHub
parent 59c6d2d703
commit 8f413ab4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -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}