Use callouts for notes

This commit is contained in:
James Murdza
2025-08-28 06:22:24 -04:00
parent b724a13666
commit 1626094590
2 changed files with 6 additions and 2 deletions
@@ -20,7 +20,9 @@ Access the VM in your browser at [http://localhost:8006](http://localhost:8006).
After running the command above, you can access your macOS VM through a web browser (e.g., http://localhost:8006).
> **Note:** With the basic setup above, your VM will be reset when you stop the container (ephemeral mode). This means any changes you make inside the macOS VM will be lost. See the section below for how to save your VM state.
<Callout title="Note">
With the basic setup above, your VM will be reset when you stop the container (ephemeral mode). This means any changes you make inside the macOS VM will be lost. See the section below for how to save your VM state.
</Callout>
## Saving Your VM State
+3 -1
View File
@@ -14,7 +14,9 @@ github:
## How It Works
> **Note:** We're using Docker primarily as a convenient delivery mechanism, not as an isolation layer. Unlike traditional Docker containers, Lumier leverages the Apple Virtualization Framework (Apple Vz) through the `lume` CLI to create true virtual machines.
<Callout title="Note">
We're using Docker primarily as a convenient delivery mechanism, not as an isolation layer. Unlike traditional Docker containers, Lumier leverages the Apple Virtualization Framework (Apple Vz) through the `lume` CLI to create true virtual machines.
</Callout>
Here's what's happening behind the scenes: