Skip to content

Engdocs 1472 #17618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions desktop/settings/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion desktop/settings/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions desktop/settings/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions desktop/use-desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ![whale menu](../../assets/images/whale-x.svg){: .inline}.
Expand Down
12 changes: 4 additions & 8 deletions desktop/use-desktop/pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -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![whale menu](../images/whale-x.svg){: .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 ![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.

Select ![whale menu](../images/whale-x.svg){: .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.