mirror of https://github.com/docker/docs.git
Engdocs 1472 (#17618)
* DD 4.21 content additions@ * search * review edits * Update desktop/use-desktop/pause.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> * Update desktop/use-desktop/pause.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --------- Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home> Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
3c91e64342
commit
68be42112e
|
@ -42,6 +42,8 @@ If you choose the integrated terminal, you can run commands in a running contain
|
|||
- **Use Docker Compose V2**. Select to enable the `docker-compose` command to
|
||||
use Docker Compose V2. For more information, see [Migrate to Compose V2](../../compose/migrate.md).
|
||||
|
||||
- **Show CLI hints**. Displays CLI hints and tips when running Docker commands in the CLI. This is turned on by default. To turn CLI hints on or off from the CLI, set `DOCKER_CLI_HINTS` to `true` or `false` respecitively.
|
||||
|
||||
## Resources
|
||||
|
||||
The **Resources** tab allows you to configure CPU, memory, disk, proxies,
|
||||
|
|
|
@ -39,7 +39,7 @@ If you choose the integrated terminal, you can run commands in a running contain
|
|||
> Turn this setting on to make Docker Desktop run faster.
|
||||
{: .tip}
|
||||
|
||||
- **Choose file sharing implementation for your containers**. Choose whether you want to share files using **VirtioFS**, **gRPC FUSE**, or **osxfs**. The **VirtioFS** option is only available for macOS versions 12.5 and above.
|
||||
- **Choose file sharing implementation for your containers**. Choose whether you want to share files using **VirtioFS**, **gRPC FUSE**, or **osxfs**. VirtioFS is only available for macOS versions 12.5 and above, and is turned on by default.
|
||||
>**Tip**
|
||||
>
|
||||
> Use VirtioFS for speedy file sharing. VirtioFS has reduced the time taken to complete filesystem operations by [up to 98%](https://github.com/docker/roadmap/issues/7#issuecomment-1044452206)
|
||||
|
@ -64,6 +64,8 @@ If you choose the integrated terminal, you can run commands in a running contain
|
|||
- **Use Docker Compose V2**. Select to enable the `docker-compose` command to
|
||||
use Docker Compose V2. For more information, see [Migrate to Compose V2](../../compose/migrate.md).
|
||||
|
||||
- **Show CLI hints**. Displays CLI hints and tips when running Docker commands in the CLI. This is turned on by default. To turn CLI hints on or off from the CLI, set `DOCKER_CLI_HINTS` to `true` or `false` respecitively.
|
||||
|
||||
## Resources
|
||||
|
||||
The **Resources** tab allows you to configure CPU, memory, disk, proxies,
|
||||
|
|
|
@ -53,6 +53,8 @@ On the **General** tab, you can configure when to start Docker and specify other
|
|||
- **Use Docker Compose V2**. Select to enable the `docker-compose` command to
|
||||
use Docker Compose V2. For more information, see [Migrate to Compose V2](../../compose/migrate.md).
|
||||
|
||||
- **Show CLI hints**. Displays CLI hints and tips when running Docker commands in the CLI. This is turned on by default. To turn CLI hints on or off from the CLI, set `DOCKER_CLI_HINTS` to `true` or `false` respecitively.
|
||||
|
||||
## Resources
|
||||
|
||||
The **Resources** tab allows you to configure CPU, memory, disk, proxies,
|
||||
|
|
|
@ -33,6 +33,8 @@ From the Docker Dashboard you can use Quick Search, which is located in the Dash
|
|||
|
||||
- Any volume. From here you can view the associated container.
|
||||
|
||||
- Docs. Find help from Docker's official documentation straight from Docker Desktop.
|
||||
|
||||
## The Docker menu
|
||||
|
||||
Docker Desktop also provides an easy-access tray icon that appears in the taskbar and is referred to as the Docker menu {: .inline}.
|
||||
|
|
|
@ -4,14 +4,10 @@ keywords: Docker Dashboard, manage, containers, gui, dashboard, pause, user manu
|
|||
title: Pause Docker Desktop
|
||||
---
|
||||
|
||||
You can pause your Docker Desktop session when you are not actively using it and save CPU resources on your machine. When you pause Docker Desktop, 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 resume Docker Desktop when you want by clicking the **Resume** option.
|
||||
To save CPU resources on your machine, Docker Desktop automatically pauses when it is not in use.
|
||||
|
||||
From the Docker menu, select{: .inline} and then **Pause** to 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 usage and helps you retain a longer battery life on your laptop.
|
||||
|
||||
Docker Desktop displays the paused status on the Docker menu and on the **Containers**, **Images**, **Volumes**, and **Dev Environment** screens in Docker Dashboard. You can still access the **Settings** and the **Troubleshoot** menu from the Dashboard when you've paused Docker Desktop.
|
||||
You can also manually pause Docker Desktop. From either the menu bar on Mac or the tray icon on Windows, select the Docker menu {: .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.
|
||||
|
||||
Select {: .inline} then **Resume** to resume Docker Desktop.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> When Docker Desktop is paused, running any commands in the Docker CLI will automatically resume Docker Desktop.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue