From 01593f4b87bc0c4a2706897dbb5329b1ddefa760 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:31:00 +0000 Subject: [PATCH] ENGDOCS-2277 (#21255) ## Description Fix callouts ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/manuals/desktop/backup-and-restore.md | 2 +- content/manuals/desktop/synchronized-file-sharing.md | 2 +- content/manuals/desktop/use-desktop/pause.md | 2 +- content/manuals/desktop/wsl/_index.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/manuals/desktop/backup-and-restore.md b/content/manuals/desktop/backup-and-restore.md index 999f01b8a6..dcd326ad86 100644 --- a/content/manuals/desktop/backup-and-restore.md +++ b/content/manuals/desktop/backup-and-restore.md @@ -8,7 +8,7 @@ weight: 130 Use the following procedure to save and restore your images and container data. This is useful if you want to reset your VM disk or to move your Docker environment to a new computer, for example. -> Should I back up my containers? +> [!IMPORTANT] > > If you use volumes or bind-mounts to store your container data, backing up your containers may not be needed, but make sure to remember the options that were used when creating the container or use a [Docker Compose file](/reference/compose-file/_index.md) if you want to re-create your containers with the same configuration after re-installation. diff --git a/content/manuals/desktop/synchronized-file-sharing.md b/content/manuals/desktop/synchronized-file-sharing.md index 6651a8b71f..94dbb57307 100644 --- a/content/manuals/desktop/synchronized-file-sharing.md +++ b/content/manuals/desktop/synchronized-file-sharing.md @@ -47,7 +47,7 @@ File shares take a few seconds to initialize as files are copied into the Docker When the status indicator displays **Watching for filesystem changes**, your files are available to the VM through all the standard bind mount mechanisms, whether that's `-v` in the command line or specified in your `compose.yml` file. ->**Note** +> [!NOTE] > > When you create a new service, setting the [bind mount option consistency](/reference/cli/docker/service/create.md#options-for-bind-mounts) to `:consistent` bypasses Synchronized file shares. diff --git a/content/manuals/desktop/use-desktop/pause.md b/content/manuals/desktop/use-desktop/pause.md index 22bf1b6712..2bfdc9d6c2 100644 --- a/content/manuals/desktop/use-desktop/pause.md +++ b/content/manuals/desktop/use-desktop/pause.md @@ -11,7 +11,7 @@ You can manually pause Docker Desktop by selecting the Docker menu {{< inline-im When you manually pause Docker Desktop, a paused status displays on the Docker menu and on the Docker Desktop Dashboard. You can still access the **Settings** and the **Troubleshoot** menu. ->**Tip** +> [!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. diff --git a/content/manuals/desktop/wsl/_index.md b/content/manuals/desktop/wsl/_index.md index 97e39812ea..40e22fad77 100644 --- a/content/manuals/desktop/wsl/_index.md +++ b/content/manuals/desktop/wsl/_index.md @@ -26,7 +26,7 @@ Before you turn on the Docker Desktop WSL 2 feature, ensure you have: - Met the Docker Desktop for Windows' [system requirements](https://docs.docker.com/desktop/install/windows-install/#system-requirements). - Installed the WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10). ->**Tip** +> [!TIP] > > For a better experience on WSL, consider enabling the WSL > [autoMemoryReclaim](https://learn.microsoft.com/en-us/windows/wsl/wsl-config#experimental-settings) @@ -51,7 +51,7 @@ Before you turn on the Docker Desktop WSL 2 feature, ensure you have: Now `docker` commands work from Windows using the new WSL 2 engine. ->**Tip** +> [!TIP] > > By default, Docker Desktop stores the data for the WSL 2 engine at `C:\Users\[USERNAME]\AppData\Local\Docker\wsl`. > If you want to change the location, for example, to another drive you can do so via the `Settings -> Resources -> Advanced` page from the Docker Dashboard.