From 70826f79efd75b7a7c00a9ef2cde868edda6eac7 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:20:31 +0100 Subject: [PATCH] ENGDOCS-2108 (#20118) --- content/desktop/settings/mac.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/desktop/settings/mac.md b/content/desktop/settings/mac.md index 3883961d4a..9687121a40 100644 --- a/content/desktop/settings/mac.md +++ b/content/desktop/settings/mac.md @@ -75,6 +75,15 @@ If you choose the integrated terminal, you can run commands in a running contain - **Enable background SBOM indexing**. When this option is enabled, Docker Scout automatically analyzes images that you build or pull. +- **Automatically check configuration**. Regularly checks your configuration to ensure no unexpected changes have been made by another application. + + Docker Desktop checks if your setup, configured during installation, has been altered by external apps like Orbstack. Docker Desktop checks: + - The symlinks of Docker binaries to `/usr/local/bin`. + - The symlink of the default Docker socket. + Additionally, Docker Desktop ensures that the context is switched to `desktop-linux` on startup. + + You are notified if changes are found and are able to restore the configuration directly from the notification. + ## Resources The **Resources** tab allows you to configure CPU, memory, disk, proxies, @@ -322,13 +331,6 @@ On the **Advanced** tab, you can reconfigure your initial installation settings: For more information on each configuration and use case, see [Permission requirements](../mac/permission-requirements.md). -- **Automatically check configuration**. Regularly checks your configuration to ensure no unexpected changes have been made by another application. - - Docker Desktop checks if your setup, configured during installation, has been altered by external apps like Orbstack. Docker Desktop checks: - - The symlinks of Docker binaries to `/usr/local/bin`. - - The symlink of the default Docker socket. - Additionally, Docker Desktop ensures that the context is switched to `desktop-linux` on startup. - - You are notified if changes are found and are able to restore the configuration directly from the notification. +