mirror of https://github.com/docker/docs.git
17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
---
|
|
description: understand what pausing Docker Dashboard means
|
|
keywords: Docker Dashboard, manage, containers, gui, dashboard, pause, user manual
|
|
title: Pause Docker Desktop
|
|
---
|
|
|
|
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.
|
|
|
|
You can manually pause Docker Desktop by selecting the Docker menu {{< inline-image src="../images/whale-x.svg" alt="whale menu" >}} 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.
|
|
|
|
>**Tip**
|
|
>
|
|
> The Resource Saver feature, available in Docker Desktop version 4.24 and later, is enabled by default and provides better
|
|
> CPU and memory savings than the manual Pause feature. See [here](resource-saver.md) for more info.
|
|
{ .tip } |