Skip to content

Commit 01593f4

Browse files
authored
ENGDOCS-2277 (#21255)
<!--Delete sections as needed --> ## Description Fix callouts ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 2fdfde2 commit 01593f4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/manuals/desktop/backup-and-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 130
88
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
99
computer, for example.
1010

11-
> Should I back up my containers?
11+
> [!IMPORTANT]
1212
>
1313
> 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.
1414

content/manuals/desktop/synchronized-file-sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ File shares take a few seconds to initialize as files are copied into the Docker
4747

4848
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.
4949

50-
>**Note**
50+
> [!NOTE]
5151
>
5252
> 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.
5353

content/manuals/desktop/use-desktop/pause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can manually pause Docker Desktop by selecting the Docker menu {{< inline-im
1111

1212
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.
1313

14-
>**Tip**
14+
> [!TIP]
1515
>
1616
> The Resource Saver feature, available in Docker Desktop version 4.24 and later, is enabled by default and provides better
1717
> CPU and memory savings than the manual Pause feature. See [here](resource-saver.md) for more info.

content/manuals/desktop/wsl/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you turn on the Docker Desktop WSL 2 feature, ensure you have:
2626
- Met the Docker Desktop for Windows' [system requirements](https://docs.docker.com/desktop/install/windows-install/#system-requirements).
2727
- 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).
2828

29-
>**Tip**
29+
> [!TIP]
3030
>
3131
> For a better experience on WSL, consider enabling the WSL
3232
> [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:
5151

5252
Now `docker` commands work from Windows using the new WSL 2 engine.
5353

54-
>**Tip**
54+
> [!TIP]
5555
>
5656
> By default, Docker Desktop stores the data for the WSL 2 engine at `C:\Users\[USERNAME]\AppData\Local\Docker\wsl`.
5757
> 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.

0 commit comments

Comments
 (0)