diff --git a/desktop/settings/linux.md b/desktop/settings/linux.md index a4ee1b933c2..e0c4215e755 100644 --- a/desktop/settings/linux.md +++ b/desktop/settings/linux.md @@ -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, diff --git a/desktop/settings/mac.md b/desktop/settings/mac.md index 091b3b429b1..29561759cf1 100644 --- a/desktop/settings/mac.md +++ b/desktop/settings/mac.md @@ -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, diff --git a/desktop/settings/windows.md b/desktop/settings/windows.md index 6b6ea3e5760..e610573fd37 100644 --- a/desktop/settings/windows.md +++ b/desktop/settings/windows.md @@ -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, diff --git a/desktop/use-desktop/index.md b/desktop/use-desktop/index.md index f35efd46450..b9a3b7cbcc8 100644 --- a/desktop/use-desktop/index.md +++ b/desktop/use-desktop/index.md @@ -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}. diff --git a/desktop/use-desktop/pause.md b/desktop/use-desktop/pause.md index e5f41f86355..2ce231e4203 100644 --- a/desktop/use-desktop/pause.md +++ b/desktop/use-desktop/pause.md @@ -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.